| | |
| | | List<LocMast> selectAreaEmpty(Short locType1, Integer locType3); |
| | | |
| | | /** |
| | | * 搜索指定区域可用库位 |
| | | */ |
| | | List<LocMast> selectAreaEmptyByLev(Short locType1, Integer locType3, Integer lev); |
| | | |
| | | /** |
| | | * 获取同组货架的空库位 |
| | | * @param sourceLocNo 源库位 |
| | | * @return 同组空库位集合 |
| | |
| | | |
| | | LocMast findNearloc(String locNo); |
| | | |
| | | LocMast findInnerLoc(String locNo); |
| | | |
| | | List<LocMast> selectAllPeakLoc(); |
| | | |
| | | Boolean checkAllLocEmpty(List<String> groupOuterLoc); |
| | |
| | | Integer updateLocType2ByRBL(Integer locType2, Integer startRow, Integer endRow, Integer startBay, Integer endBay, Integer startLev, Integer endLev); |
| | | |
| | | void updateByLocNo(LocMast locMast); |
| | | |
| | | List<LocMast> selectLocDetlNotExist(); |
| | | } |