liding
2026-03-20 d5b6dcdeb9980b7b4cdafdc6324efc7b791c3357
src/main/java/com/ruoyi/consumables/dto/ConsumablesInventoryDto.java
@@ -36,9 +36,9 @@
    @JsonFormat(pattern = "yyyy-MM-dd")
    private LocalDate endMonth;
    private BigDecimal totalconsumablesIn;
    private BigDecimal totalconsumablesOut;
    private BigDecimal currentconsumables;
    private BigDecimal totalStockIn;
    private BigDecimal totalStockOut;
    private BigDecimal currentStock;
    private BigDecimal  unLockedQuantity;
@@ -68,4 +68,7 @@
    @ApiModelProperty("磅单文件路径")
    private String weighbridgeDocPath;
    @ApiModelProperty("现净重(吨)")
    private BigDecimal currentWeight;
}