Lius
2025-03-04 61bd1f27cb0f83890bfcd9aec6257eda13c0fc4d
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java
@@ -210,4 +210,11 @@
    List<String> listEquipmentIdShift(MdcEfficiencyReportShiftQueryVo vo);
    /**
     * 根据产线id获取设备状态列表
     *
     * @param productionId
     * @return
     */
    List<MdcEquipmentMonitor> getEquipmentMonitorList(String productionId);
}