5 天以前 fd39fdd09509b8c7d975a966add3669518098cb7
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";