| | |
| | | |
| | | List<RawGlassStorageDetails> selectDetails(); |
| | | |
| | | |
| | | /** |
| | | * 删除表 先在这里创 然后点那个相关问题 |
| | | * |
| | | * @return boolean |
| | | */ |
| | | boolean deleteRawGlassStorageDetails(String device_id); |
| | | |
| | | |
| | | |
| | | /** |
| | | * 原片入库 |
| | |
| | | |
| | | String outWarehousing(Long slotId); |
| | | |
| | | List<Integer> listBySlotState(List<String> liftingStation, List<Integer> state); |
| | | List<Integer> listBySlotState(List<Integer> liftingStation, List<Integer> state); |
| | | |
| | | String warehousingRequest(int leftingStation); |
| | | |
| | | String outWarehousingRequest(int leftingStation); |
| | | |
| | | boolean generateTask(int startSlot, int endSlot, int shelf, int patternQuantity, int taskType) throws Exception; |
| | | } |