feat: 新接口查原材料时查联查库存在途和需求
This commit is contained in:
@@ -46,4 +46,9 @@ public interface IWmsRawMaterialService {
|
||||
* 校验并批量删除原材料信息
|
||||
*/
|
||||
Boolean deleteWithValidByIds(Collection<Long> ids, Boolean isValid);
|
||||
|
||||
/**
|
||||
* 查询原材料列表(含需求、库存、在途信息)
|
||||
*/
|
||||
TableDataInfo<WmsRawMaterialVo> queryPageListWithDemand(WmsRawMaterialBo bo, PageQuery pageQuery);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user