Houjie
2025-06-10 be8a6f171bd41aa50fb7310b2ccbe753dac20b89
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/InspectionCycleMapper.java
@@ -3,6 +3,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import org.jeecg.modules.eam.entity.InspectionCycle;
import java.util.List;
@@ -32,4 +33,12 @@
     * @return
     */
    List<Integer> getUsableVersion();
    @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);
}