| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.mes.bigstorage.entity.BigStorageCageDetails; |
| | | import com.mes.bigstorage.entity.BigStorageDTO; |
| | | import com.mes.bigstorage.entity.dto.FlowCardDTO; |
| | | import com.mes.bigstorage.entity.dto.SlotSequenceDTO; |
| | | import com.mes.bigstorage.entity.dto.TemperingLayoutDTO; |
| | | import com.mes.bigstoragetask.entity.UpdateBigStorageCageDTO; |
| | |
| | | */ |
| | | List<SlotSequenceDTO> queryGlassMaxAndMin(String engineerId, Integer temperingLayoutId); |
| | | |
| | | boolean temperingGlass(String temperingLayoutId, String engineerId); |
| | | boolean temperingGlass(String temperingLayoutId, String engineerId, String temperingFeedSequence); |
| | | |
| | | List<Map<String, Object>> selectTemperingGlass(); |
| | | |
| | |
| | | String temperingSwitch(Boolean flag); |
| | | |
| | | void appointEngineerId(String engineerId); |
| | | |
| | | long scheduleTime(); |
| | | |
| | | void cancelOutTask(); |
| | | |
| | | List<FlowCardDTO> selectFlowCardCount(); |
| | | } |