优化:导出会员列表,仪器名称移动到仪器数量后边

master
382696293@qq.com 2 years ago
parent f9c50f942d
commit 1f8394f2bb

@ -62,33 +62,33 @@ public class WxUserMemberExport {
@Excel(name = "仪器数量", sort = 9) @Excel(name = "仪器数量", sort = 9)
private Integer devicesNum; private Integer devicesNum;
@Excel(name = "小程序标签", sort = 10) @Excel(name = "仪器名称", sort = 10)
private String devicesName;
@Excel(name = "小程序标签", sort = 11)
String miniProgramTags; String miniProgramTags;
@Excel(name = "外部标签", sort = 11) @Excel(name = "外部标签", sort = 12)
String wecomTags; String wecomTags;
/** /**
* *
*/ */
@Excel(name = "积分", sort = 12) @Excel(name = "积分", sort = 13)
private Integer credit; private Integer credit;
/** /**
* *
*/ */
@Excel(name = "即将过期积分", sort = 13) @Excel(name = "即将过期积分", sort = 14)
private Integer expireCredit; private Integer expireCredit;
/** /**
* unionid * unionid
*/ */
@Excel(name = "unionid", sort = 14) @Excel(name = "unionid", sort = 15)
private String unionid; private String unionid;
@Excel(name = "仪器名称", sort = 15)
private String devicesName;
public WxUserMemberExport() { public WxUserMemberExport() {
} }

Loading…
Cancel
Save