| | |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.jeecg.modules.mdc.entity.MdcEquipmentMonitor; |
| | | import org.jeecg.modules.screen.dto.MdcProductDayscheduleDto; |
| | | import org.jeecg.modules.screen.dto.ToolLifeDto; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | | import java.util.List; |
| | |
| | | * @return |
| | | */ |
| | | List<MdcEquipmentMonitor> checkStatusFromEquipmentIds(@Param("productionId") String productionId); |
| | | |
| | | /** |
| | | * 刀具寿命管理 |
| | | * |
| | | * @param productionId |
| | | * @return |
| | | */ |
| | | List<ToolLifeDto> toolLifeList(@Param("productionId") String productionId); |
| | | } |