qushaowei
2024-04-07 63a5530a85e6eaf7f8be733e87d32af2d16477a8
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/InspectionCycleMapper.java
@@ -37,4 +37,8 @@
    @Select("<script> select dbo.F_GET_SEQ_ID('InspectionCycleNum') </script>")
    public String getInspectionCycleNum();
    public List<InspectionCycle> getInspectionOrder();
    public List<InspectionCycle> getInspectionProject(String inspectionStandardId,String inspectionCycleId);
}