2026-06-01 f80eee649f269eb61f15c7d0d2e282146eaaf9ef
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";