小改
This commit is contained in:
@@ -29,4 +29,9 @@ public interface WmsStockMapper extends BaseMapperPlus<WmsStockMapper, WmsStock,
|
||||
*/
|
||||
Page<WmsStockVo> selectVoPagePlus(Page<?> page, @Param("ew") Wrapper<WmsStock> wrapper);
|
||||
|
||||
/**
|
||||
* 按仓库统计库存分布
|
||||
*/
|
||||
List<WmsStockVo> selectStockDistribution(@Param("itemType") String itemType, @Param("itemId") Long itemId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user