gongchunyi
7 天以前 872483c2f3dd248204a60477fcef3a01d6718830
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);
}