| @@ -31,26 +31,26 @@ public class CUserBaseInfoT implements Serializable { | |||||
| @Excel(name="生日",width = 20,orderNum = "6") | @Excel(name="生日",width = 20,orderNum = "6") | ||||
| @io.swagger.annotations.ApiModelProperty(value="出生日期",name="birthdate") | @io.swagger.annotations.ApiModelProperty(value="出生日期",name="birthdate") | ||||
| private String birthdate; | private String birthdate; | ||||
| @Excel(name = "积分", width = 20, orderNum = "7") | |||||
| @Excel(name = "积分", width = 20, orderNum = "12") | |||||
| @io.swagger.annotations.ApiModelProperty(value="积分",name="credit") | @io.swagger.annotations.ApiModelProperty(value="积分",name="credit") | ||||
| private String credit; | private String credit; | ||||
| @Excel(name = "地址", width = 20, orderNum = "8") | |||||
| @Excel(name = "地址", width = 20, orderNum = "7") | |||||
| @io.swagger.annotations.ApiModelProperty(value="地址",name="address") | @io.swagger.annotations.ApiModelProperty(value="地址",name="address") | ||||
| private String address; | private String address; | ||||
| @Excel(name = "上次活跃时间", width = 20, orderNum = "9") | |||||
| @Excel(name = "上次活跃时间", width = 20, orderNum = "8") | |||||
| @io.swagger.annotations.ApiModelProperty(value="更新时间",name="updateDate") | @io.swagger.annotations.ApiModelProperty(value="更新时间",name="updateDate") | ||||
| private String updateDate; | private String updateDate; | ||||
| @Excel(name = "注册时间", width = 20, orderNum = "10") | |||||
| @Excel(name = "注册时间", width = 20, orderNum = "9") | |||||
| @io.swagger.annotations.ApiModelProperty(value="创建时间",name="createDate") | @io.swagger.annotations.ApiModelProperty(value="创建时间",name="createDate") | ||||
| private String createDate; | private String createDate; | ||||
| @Transient | @Transient | ||||
| @Excel(name = "标签", width = 20, orderNum = "11") | |||||
| @Excel(name = "标签", width = 20, orderNum = "10") | |||||
| private String tagNames; | private String tagNames; | ||||
| @Transient | @Transient | ||||
| @Excel(name = "成长值", width = 20, orderNum = "12") | |||||
| @Excel(name = "成长值", width = 20, orderNum = "11") | |||||
| private String poins; | private String poins; | ||||
| } | } | ||||