|
|
@ -83,10 +83,10 @@ public interface IWmsInventoryService {
|
|
|
|
TableDataInfo<WmsInventoryVo> listInventoryAlarm(WmsInventoryBo bo, PageQuery pageQuery);
|
|
|
|
TableDataInfo<WmsInventoryVo> listInventoryAlarm(WmsInventoryBo bo, PageQuery pageQuery);
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 根据批次码和库位编码查询库存
|
|
|
|
* 根据批次码查询库存
|
|
|
|
* @param batchCode 批次码
|
|
|
|
* @param batchCode 批次码
|
|
|
|
* @param locationCode 库位编码
|
|
|
|
* @param locationCode 库位编码
|
|
|
|
* @return 库存VO
|
|
|
|
* @return 库存VO
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
WmsInventoryVo queryByBatchAndLocation(String batchCode, String locationCode);
|
|
|
|
WmsInventoryVo queryByBatchAndLocation(String batchCode);
|
|
|
|
}
|
|
|
|
}
|
|
|
|