src/main/java/com/ruoyi/home/dto/HomeBusinessDto.java
@@ -4,8 +4,6 @@
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.math.BigDecimal;
/**
 * @author :yys
 * @date : 2025/7/25 9:25
@@ -29,7 +27,13 @@
    @ApiModelProperty("当前库存数量")
    private String inventoryNum = "0.00";
    @ApiModelProperty("当前耗材库存数量")
    private String consumablesQuantityTotal = "0.00";
    @ApiModelProperty("今日库存数量")
    private String todayInventoryNum = "0.00";
    @ApiModelProperty("今日耗材库存数量")
    private String consumablesTodayNum = "0.00";
}