huminmin
2026-04-28 c383c8ca7053005ffa3ee58efd89956fbf52c9ea
src/main/java/com/ruoyi/stock/mapper/StockInventoryMapper.java
@@ -54,4 +54,6 @@
    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);
}