| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.mes.bigstorage.entity.BigStorageCageDetails; |
| | | import com.mes.bigstorage.entity.dto.*; |
| | | import com.mes.bigstorage.entity.vo.BigStorageQueryVO; |
| | | import com.mes.bigstoragetask.entity.UpdateBigStorageCageDTO; |
| | | import com.mes.glassinfo.entity.GlassInfo; |
| | | |
| | |
| | | |
| | | boolean temperingGlass(String temperingLayoutId, String engineerId, String temperingFeedSequence); |
| | | |
| | | List<Map<String, Object>> selectTemperingGlass(); |
| | | List<TemperingGlassCountDTO> selectTemperingGlass(int isTempering); |
| | | |
| | | void updateBySlot(List<UpdateBigStorageCageDTO> glassList, int state); |
| | | |
| | |
| | | List<BigStorageSequenceDTO> dispatchBigStorageGlassInfo(BigStorageRelationDTO bigStorageRelationDTO); |
| | | |
| | | String dispatchSwitch(Boolean flag); |
| | | |
| | | /** |
| | | * 按照工程信息及钢化id(炉号)获取缺少的玻璃信息 |
| | | * @param bigStorageQueryVO |
| | | * @return |
| | | */ |
| | | List<GlassInfoLackDTO> queryLackGlassInfo(BigStorageQueryVO bigStorageQueryVO); |
| | | } |