| | |
| | | LocMast queryFreeLocMast(Integer row, Short locType1); |
| | | |
| | | /** |
| | | * 检索可用库位 |
| | | */ |
| | | LocMast queryFreeLocMast1(Integer row, Short locType1 ,int channelMax); |
| | | |
| | | /** |
| | | * 检索可用库位 |
| | | */ |
| | | LocMast queryFreeLocMast2(Integer row, Short locType1, Short locType2); |
| | | |
| | | /** |
| | | * 检索可用库位 |
| | | */ |
| | | Integer queryFreeLocMastCount(Integer row, Short locType1, Short locType2); |
| | | |
| | | /** |
| | | * 获取同组货架的空库位 |
| | | * @param sourceLocNo 源库位 |
| | | * @return 同组空库位集合 |
| | |
| | | */ |
| | | Boolean checkWhole(List<LocDetl> locDetls); |
| | | |
| | | /** |
| | | * 查询浅库位在库,深库位为O的数据 |
| | | * @return |
| | | */ |
| | | List<LocMast> queryShallowLocFMast(Integer crnNo); |
| | | } |