Lius
2024-10-09 33aea4a7532fcaddbd4262e51900b5102c0aa07c
lxzn-module-mdc/src/main/java/org/jeecg/modules/screen/service/MdcSubLargeScreenService.java
@@ -3,6 +3,7 @@
import org.jeecg.modules.mdc.entity.EquipmentAlarm;
import org.jeecg.modules.mdc.entity.MdcEquipmentMonitor;
import org.jeecg.modules.screen.dto.MdcProductDayscheduleDto;
import org.jeecg.modules.screen.dto.ToolLifeDto;
import java.util.List;
@@ -35,5 +36,11 @@
     */
    List<EquipmentAlarm> equipmentAlarm(String productionId);
    /**
     * 刀具寿命管理
     *
     * @param productionId
     * @return
     */
    List<ToolLifeDto> toolLifeList(String productionId);
}