java110
2020-05-26 f8655de7b212ec6a39e61e508804f9e97c9f5d1e
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);
}