buhuazhen
2026-06-02 37e17957e82ea4263298b9651eb70dd1e093584e
src/main/java/com/ruoyi/stock/dto/StockInventoryDto.java
@@ -14,6 +14,7 @@
    private String productName;
    private String model;
    private String unit;
    private String subUnit;
    //入库类型
@@ -38,5 +39,7 @@
    private BigDecimal totalStockOut;
    private BigDecimal currentStock;
    private String  unLockedQuantity;
    private BigDecimal  unLockedQuantity;
    private String rootName;
}