| | |
| | | |
| | | import org.jeecg.modules.mdc.entity.EquipmentAlarm; |
| | | import org.jeecg.modules.mdc.entity.MdcEquipmentMonitor; |
| | | import org.jeecg.modules.screen.dto.EquipmentInfoDto; |
| | | import org.jeecg.modules.screen.dto.MdcProductDayscheduleDto; |
| | | import org.jeecg.modules.screen.dto.ToolLifeDto; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | List<EquipmentAlarm> equipmentAlarm(String productionId); |
| | | |
| | | /** |
| | | * 刀具寿命管理 |
| | | * |
| | | * @param productionId |
| | | * @return |
| | | */ |
| | | List<ToolLifeDto> toolLifeList(String productionId); |
| | | |
| | | /** |
| | | * 分控看板设备详细信息 |
| | | * |
| | | * @param equipmentId |
| | | * @return |
| | | */ |
| | | EquipmentInfoDto equipmentInfo(String equipmentId); |
| | | } |