增加购物统计功能
This commit is contained in:
@@ -84,4 +84,20 @@ public class LbBuyerShopping implements Serializable {
|
||||
@TableField("buyer_mobile")
|
||||
@Schema(description = "买家手机号")
|
||||
private String buyerMobile;
|
||||
|
||||
@TableField("data_type")
|
||||
@Schema(description = "数据类型:detail_data=详细数据,day_stat=天统计,sum_data=总和统计")
|
||||
private String dataType;
|
||||
|
||||
@TableField("stat_total_money")
|
||||
@Schema(description = "总金额")
|
||||
private BigDecimal statTotalMoney;
|
||||
|
||||
@TableField("total_order_count")
|
||||
@Schema(description = "总单数")
|
||||
private Integer totalOrderCount;
|
||||
|
||||
@TableField("avg_amount")
|
||||
@Schema(description = "平均金额")
|
||||
private BigDecimal avgAmount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user