店铺导出标题修改

This commit is contained in:
Lenovo 2024-07-18 16:49:48 +08:00
parent 37b4a410f7
commit e06e99e99a
1 changed files with 1 additions and 10 deletions

View File

@ -21,14 +21,12 @@ public class RespBusStoreInfo {
* 平台类型
*/
@ApiModelProperty(name = "平台类型")
@Excel(name = "平台")
private String platformType;
/**
* 店铺编码
*/
@ApiModelProperty(name = "编号")
@Excel(name = "编号")
private String storeCode;
/**
@ -48,14 +46,12 @@ public class RespBusStoreInfo {
* 授权状态
*/
@ApiModelProperty(name = "授权状态")
@Excel(name = "在线状态")
private String grantStatus;
/**
* 回访状态
*/
@ApiModelProperty(name = "回访状态")
@Excel(name = "是否开启")
private String returnVisitStatus;
/**
@ -68,7 +64,6 @@ public class RespBusStoreInfo {
* 回访用户区间营销用户下单
*/
@ApiModelProperty(name = "回访用户区间{=营销用户下单?}")
@Excel(name = "营销用户下单")
private String returnVisitUserRange;
/**
@ -81,14 +76,12 @@ public class RespBusStoreInfo {
* 归属销售姓名
*/
@ApiModelProperty(name = "归属销售姓名")
@Excel(name = "归属人姓名")
private String saleBindName;
/**
* 绑定时间创建
*/
@ApiModelProperty(name = "绑定时间(创建)")
@Excel(name = "创建时间")
private Date bindTime;
/** 昨日订单量 */
@ -113,16 +106,14 @@ public class RespBusStoreInfo {
/** 昨日回访比50% */
@ApiModelProperty(name = "昨日回访比50%")
@Excel(name = "昨日营销比%")
private String lastReturnVisitRate;
/** 今日回访量 */
@ApiModelProperty(name = "今日回访量")
@Excel(name = "今日回访量")
private int todayReturnVisitNum;
/** 评分 */
@Excel(name = "评分")
private String score;
public RespBusStoreInfo() {