java110
2020-05-16 a9193cfd5ae8d7fa7e0824b5f77e4deb72695dae
java110-core/src/main/java/com/java110/core/smo/inspectionPoint/IInspectionInnerServiceSMO.java
@@ -47,4 +47,7 @@
    @RequestMapping(value = "/queryInspectionsRelationShipCount", method = RequestMethod.POST)
    public int queryInspectionsRelationShipCount(@RequestBody InspectionDto inspectionDto);
    @RequestMapping(value = "/queryInspectionsByPlan", method = RequestMethod.POST)
    List<InspectionDto> queryInspectionsByPlan(@RequestBody InspectionDto inspectionDto);
}