无关风月
2025-01-22 99367ea1c11a68b420936e7f7db5fa7367da4f44
xinquan-modules/xinquan-system/src/main/java/com/xinquan/system/domain/export/HomeExport.java
@@ -32,8 +32,7 @@
    private String courseFree;
    @Excel(name = "会员课程数")
    private String courseVip;
    @Excel(name = "线下课程数")
    private String courseOffOnline;
    @Excel(name = "单独付费课程数")
    private String coursePay;
    @Excel(name = "疗愈音频总数")
@@ -44,13 +43,5 @@
    private String meditationVip;
    @Excel(name = "单独付费音频数")
    private String meditationPay;
    @Excel(name = "提问待回复")
    private String questionRecord;
    @Excel(name = "奖品兑换中")
    private String prizeRecord;
    @Excel(name = "订单总额")
    private String orderMoney;
    @Excel(name = "订单总数")
    private String orderCount;
}