|
@@ -7,6 +7,20 @@ import com.thinkgem.jeesite.common.utils.excel.annotation.ExcelField;
|
|
* @author zzj
|
|
* @author zzj
|
|
*/
|
|
*/
|
|
public class easyExcel {
|
|
public class easyExcel {
|
|
|
|
+
|
|
|
|
+ private String firstClubType; // 机构一级分类
|
|
|
|
+ private String classify; // 机构二级分类
|
|
|
|
+ private String address; //详细地址
|
|
|
|
+ private String businessLicenseImage; //营业执照
|
|
|
|
+ private String userIdentity; //用户身份
|
|
|
|
+ private String linkManIdentity; //用户身份
|
|
|
|
+ private String sname; //机构简称
|
|
|
|
+ private String contractEmail; //联系邮箱
|
|
|
|
+ private String contractPhone; //联系电话
|
|
|
|
+ private String fax; //传真
|
|
|
|
+ private String headpic; //门头照
|
|
|
|
+ private String socialCreditCode; //统一社会信用代码 --- 营业执照编号
|
|
|
|
+ private String info; //公司简介
|
|
//机构ID
|
|
//机构ID
|
|
|
|
|
|
@ExcelProperty(value = "机构Id",index = 0)
|
|
@ExcelProperty(value = "机构Id",index = 0)
|
|
@@ -16,7 +30,7 @@ public class easyExcel {
|
|
@ExcelProperty(value = "联系人",index = 2)
|
|
@ExcelProperty(value = "联系人",index = 2)
|
|
private String linkMan; //联系人
|
|
private String linkMan; //联系人
|
|
@ExcelProperty(value = "联系人身份",index = 3)
|
|
@ExcelProperty(value = "联系人身份",index = 3)
|
|
- private String linkManIdentity; //联系人身份:1老板,2采购,3运营,4其他
|
|
|
|
|
|
+ private String linkManStatus; //联系人身份:1老板,2采购,3运营,4其他
|
|
@ExcelProperty(value = "手机号",index = 4)
|
|
@ExcelProperty(value = "手机号",index = 4)
|
|
private String contractMobile; //手机号
|
|
private String contractMobile; //手机号
|
|
@ExcelProperty(value = "协销人员",index = 5)
|
|
@ExcelProperty(value = "协销人员",index = 5)
|
|
@@ -45,6 +59,110 @@ public class easyExcel {
|
|
private String lastOrderTime; //最近下单时间
|
|
private String lastOrderTime; //最近下单时间
|
|
|
|
|
|
|
|
|
|
|
|
+ public String getFirstClubType() {
|
|
|
|
+ return firstClubType;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setFirstClubType(String firstClubType) {
|
|
|
|
+ this.firstClubType = firstClubType;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getClassify() {
|
|
|
|
+ return classify;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setClassify(String classify) {
|
|
|
|
+ this.classify = classify;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getAddress() {
|
|
|
|
+ return address;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setAddress(String address) {
|
|
|
|
+ this.address = address;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getBusinessLicenseImage() {
|
|
|
|
+ return businessLicenseImage;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setBusinessLicenseImage(String businessLicenseImage) {
|
|
|
|
+ this.businessLicenseImage = businessLicenseImage;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getUserIdentity() {
|
|
|
|
+ return userIdentity;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setUserIdentity(String userIdentity) {
|
|
|
|
+ this.userIdentity = userIdentity;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getLinkManIdentity() {
|
|
|
|
+ return linkManIdentity;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setLinkManIdentity(String linkManIdentity) {
|
|
|
|
+ this.linkManIdentity = linkManIdentity;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getSname() {
|
|
|
|
+ return sname;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setSname(String sname) {
|
|
|
|
+ this.sname = sname;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getContractEmail() {
|
|
|
|
+ return contractEmail;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setContractEmail(String contractEmail) {
|
|
|
|
+ this.contractEmail = contractEmail;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getContractPhone() {
|
|
|
|
+ return contractPhone;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setContractPhone(String contractPhone) {
|
|
|
|
+ this.contractPhone = contractPhone;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getFax() {
|
|
|
|
+ return fax;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setFax(String fax) {
|
|
|
|
+ this.fax = fax;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getHeadpic() {
|
|
|
|
+ return headpic;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setHeadpic(String headpic) {
|
|
|
|
+ this.headpic = headpic;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getSocialCreditCode() {
|
|
|
|
+ return socialCreditCode;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setSocialCreditCode(String socialCreditCode) {
|
|
|
|
+ this.socialCreditCode = socialCreditCode;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public String getInfo() {
|
|
|
|
+ return info;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setInfo(String info) {
|
|
|
|
+ this.info = info;
|
|
|
|
+ }
|
|
|
|
+
|
|
public String getClubId() {
|
|
public String getClubId() {
|
|
return clubId;
|
|
return clubId;
|
|
}
|
|
}
|
|
@@ -69,12 +187,12 @@ public class easyExcel {
|
|
this.linkMan = linkMan;
|
|
this.linkMan = linkMan;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getLinkManIdentity() {
|
|
|
|
- return linkManIdentity;
|
|
|
|
|
|
+ public String getLinkManStatus() {
|
|
|
|
+ return linkManStatus;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setLinkManIdentity(String linkManIdentity) {
|
|
|
|
- this.linkManIdentity = linkManIdentity;
|
|
|
|
|
|
+ public void setLinkManStatus(String linkManStatus) {
|
|
|
|
+ this.linkManStatus = linkManStatus;
|
|
}
|
|
}
|
|
|
|
|
|
public String getContractMobile() {
|
|
public String getContractMobile() {
|