2026-06-01 3f064b2ef3368351fafd17d626a9a53fe23313c3
src/main/java/com/ruoyi/home/dto/HomeBusinessDto.java
@@ -16,12 +16,18 @@
    @Schema(description = "本月销售金额")
    private String monthSaleMoney = "0.00";
    @Schema(description = "上月销售金额")
    private String lastMonthSaleMoney = "0.00";
    @Schema(description = "本月销售未开票金额")
    private String monthSaleHaveMoney = "0.00";
    @Schema(description = "本月采购金额")
    private String monthPurchaseMoney = "0.00";
    @Schema(description = "上月采购金额")
    private String lastMonthPurchaseMoney = "0.00";
    @Schema(description = "本月采购未开票金额")
    private String monthPurchaseHaveMoney = "0.00";