liding
12 小时以前 27ecc1025e2796f4c58b41b7970d5a21a5e6ef0d
src/main/java/com/ruoyi/stock/mapper/StockInventoryMapper.java
@@ -54,4 +54,8 @@
    BigDecimal selectPendingOutQuantity(@Param("productModelId") Long productModelId, @Param("batchNo") String batchNo, @Param("type") String type);
    List<StockInventory> listSelectableBatchNoByProductModelIds(@Param("productModelIds") List<Long> productModelIds);
    List<StockInventory> getByModelId(@Param("productModelId") Long productModelId);
    IPage<StockInventoryDto> getBatchNoQty(Page page, @Param("ew") StockInventoryDto stockInventoryDto);
}