liding
3 天以前 e5cc807a611a078b1c152731ff7a07e765bbb9a5
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;
}