gongchunyi
2 天以前 882045fad703a40e5f5aa7659d0b86fc5a145837
src/main/java/com/ruoyi/stock/mapper/StockInventoryMapper.java
@@ -55,5 +55,7 @@
    List<StockInventory> listSelectableBatchNoByProductModelIds(@Param("productModelIds") List<Long> productModelIds);
    List<StockInventory> getByModelId(@Param("productModelId") Long productModelId);
    List<StockInventoryDto> getByModelId(@Param("productModelId") Long productModelId);
    IPage<StockInventoryDto> getBatchNoQty(Page page, @Param("ew") StockInventoryDto stockInventoryDto);
}