| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.mes.rawglassdetails.entity.RawGlassStorageDetails; |
| | | import com.mes.rawglassdetails.entity.dto.RawGlassStorageDetailsDTO; |
| | | import com.mes.rawglassdetails.entity.request.RawGlassRequest; |
| | | |
| | | import java.util.List; |
| | |
| | | */ |
| | | String patternWarehousing(RawGlassRequest request); |
| | | |
| | | String UpdateQuantity(RawGlassRequest request); |
| | | String updateQuantity(RawGlassRequest request); |
| | | |
| | | String deleteWarehousing(Long slotId); |
| | | |
| | |
| | | String outWarehousingRequest(int leftingStation); |
| | | |
| | | boolean generateTask(int startSlot, int endSlot, int shelf, int patternQuantity, int taskType) throws Exception; |
| | | |
| | | String shelfReset(Long slot); |
| | | |
| | | List<RawGlassStorageDetailsDTO> patternUsage(String width, String height, String thickness, String films); |
| | | |
| | | RawGlassStorageDetails generateDetails(RawGlassStorageDetails details, Integer targetSlot); |
| | | } |