ZKBH
3 天以前 25a0ff7d2398f5b11b85549097cd20446e51f0ce
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java
@@ -213,8 +213,8 @@
    /**
     * 根据产线id获取设备状态列表
     *
     * @param workshopId
     * @param productionId
     * @return
     */
    List<MdcEquipmentMonitor> getEquipmentMonitorList(String workshopId);
    List<MdcEquipmentMonitor> getEquipmentMonitorList(String productionId);
}