| | |
| | | import com.mes.bigstorage.entity.vo.BigStorageQueryVO; |
| | | import com.mes.bigstoragetask.entity.UpdateBigStorageCageDTO; |
| | | import com.mes.glassinfo.entity.GlassInfo; |
| | | import com.mes.pp.entity.OptimizeProject; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | |
| | | boolean appointTemperingEngineerId(String engineerId); |
| | | |
| | | List<BigStorageRelationDTO> queryIsAllNeedDispatchVirtualSlot(); |
| | | List<BigStorageRelationDTO> queryIsAllNeedDispatchVirtualSlot(List<Integer> deviceIdList); |
| | | |
| | | List<BigStorageSequenceDTO> dispatchBigStorageGlassInfo(BigStorageRelationDTO bigStorageRelationDTO); |
| | | |
| | |
| | | * @return |
| | | */ |
| | | boolean cancelTemperingTask(); |
| | | |
| | | |
| | | /** |
| | | * 查询工程待排序信息 |
| | | * @return |
| | | */ |
| | | List<BigStorageCageDetails> queryEngineer(); |
| | | /** |
| | | * 查询钢化排产顺序 |
| | | * @return OptimizeProject 钢化排产顺序 |
| | | */ |
| | | List<OptimizeProject> queryTemperingOrder(); |
| | | } |