Lius
2024-01-15 cca0e9fe9d471799538ddc277baa6e79778c3adb
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/service/IInspectionCycleService.java
@@ -30,4 +30,11 @@
     * @return
     */
    List<Integer> getUsableVersion();
    /**
     * 获取需要生成工单的数据
     * @return
     */
    List<InspectionCycle> getInspectionOrder();
}