Lius
2024-01-26 d29ac80ff9cc861a61bfad83e1985c90706eff2c
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);
}