update 工作组成员导出的数据可以直接导入,修改导入表头
This commit is contained in:
+121
@@ -294,6 +294,19 @@ public class PayWorkingGroupSubItem implements Serializable {
|
||||
@ApiModelProperty(value = "企业联系人1")
|
||||
@TableField(exist = false)
|
||||
private String contactsNameOne;
|
||||
/**
|
||||
* 企业联系人1手机号
|
||||
*/
|
||||
@Excel(name = "企业联系人1手机号", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsPhoneOne;
|
||||
|
||||
/**
|
||||
* 企业联系人1邮箱
|
||||
*/
|
||||
@Excel(name = "企业联系人1邮箱", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsEmailOne;
|
||||
/**联系人1备注*/
|
||||
@Excel(name = "联系人1备注", width = 15)
|
||||
@ApiModelProperty(value = "联系人1备注")
|
||||
@@ -305,6 +318,18 @@ public class PayWorkingGroupSubItem implements Serializable {
|
||||
@ApiModelProperty(value = "企业联系人2")
|
||||
@TableField(exist = false)
|
||||
private String contactsNameTwo;
|
||||
/**
|
||||
* 企业联系人2手机号
|
||||
*/
|
||||
@Excel(name = "企业联系人2手机号", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsPhoneTwo;
|
||||
/**
|
||||
* 企业联系人2邮箱
|
||||
*/
|
||||
@Excel(name = "企业联系人2邮箱", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsEmailTwo;
|
||||
/**联系人2备注*/
|
||||
@Excel(name = "联系人2备注", width = 15)
|
||||
@ApiModelProperty(value = "联系人2备注")
|
||||
@@ -316,6 +341,18 @@ public class PayWorkingGroupSubItem implements Serializable {
|
||||
@ApiModelProperty(value = "企业联系人3")
|
||||
@TableField(exist = false)
|
||||
private String contactsNameThree;
|
||||
/**
|
||||
* 企业联系人3手机号
|
||||
*/
|
||||
@Excel(name = "企业联系人3手机号", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsPhoneThree;
|
||||
/**
|
||||
* 企业联系人3邮箱
|
||||
*/
|
||||
@Excel(name = "企业联系人3邮箱", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsEmailThree;
|
||||
/**联系人3备注*/
|
||||
@Excel(name = "联系人3备注", width = 15)
|
||||
@ApiModelProperty(value = "联系人3备注")
|
||||
@@ -327,6 +364,18 @@ public class PayWorkingGroupSubItem implements Serializable {
|
||||
@ApiModelProperty(value = "企业联系人4")
|
||||
@TableField(exist = false)
|
||||
private String contactsNameFour;
|
||||
/**
|
||||
* 企业联系人4手机号
|
||||
*/
|
||||
@Excel(name = "企业联系人4手机号", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsPhoneFour;
|
||||
/**
|
||||
* 企业联系人4邮箱
|
||||
*/
|
||||
@Excel(name = "企业联系人4邮箱", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsEmailFour;
|
||||
/**联系人4备注*/
|
||||
@Excel(name = "联系人4备注", width = 15)
|
||||
@ApiModelProperty(value = "联系人4备注")
|
||||
@@ -338,6 +387,18 @@ public class PayWorkingGroupSubItem implements Serializable {
|
||||
@ApiModelProperty(value = "企业联系人5")
|
||||
@TableField(exist = false)
|
||||
private String contactsNameFive;
|
||||
/**
|
||||
* 企业联系人5手机号
|
||||
*/
|
||||
@Excel(name = "企业联系人5手机号", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsPhoneFive;
|
||||
/**
|
||||
* 企业联系人5邮箱
|
||||
*/
|
||||
@Excel(name = "企业联系人5邮箱", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsEmailFive;
|
||||
/**联系人5备注*/
|
||||
@Excel(name = "联系人5备注", width = 15)
|
||||
@ApiModelProperty(value = "联系人5备注")
|
||||
@@ -349,6 +410,18 @@ public class PayWorkingGroupSubItem implements Serializable {
|
||||
@ApiModelProperty(value = "企业联系人6")
|
||||
@TableField(exist = false)
|
||||
private String contactsNameSix;
|
||||
/**
|
||||
* 企业联系人6手机号
|
||||
*/
|
||||
@Excel(name = "企业联系人6手机号", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsPhoneSix;
|
||||
/**
|
||||
* 企业联系人6邮箱
|
||||
*/
|
||||
@Excel(name = "企业联系人6邮箱", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsEmailSix;
|
||||
/**联系人6备注*/
|
||||
@Excel(name = "联系人6备注", width = 15)
|
||||
@ApiModelProperty(value = "联系人6备注")
|
||||
@@ -360,6 +433,18 @@ public class PayWorkingGroupSubItem implements Serializable {
|
||||
@ApiModelProperty(value = "企业联系人7")
|
||||
@TableField(exist = false)
|
||||
private String contactsNameSeven;
|
||||
/**
|
||||
* 企业联系人7手机号
|
||||
*/
|
||||
@Excel(name = "企业联系人7手机号", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsPhoneSeven;
|
||||
/**
|
||||
* 企业联系人7邮箱
|
||||
*/
|
||||
@Excel(name = "企业联系人7邮箱", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsEmailSeven;
|
||||
/**联系人7备注*/
|
||||
@Excel(name = "联系人7备注", width = 15)
|
||||
@ApiModelProperty(value = "联系人7备注")
|
||||
@@ -371,6 +456,18 @@ public class PayWorkingGroupSubItem implements Serializable {
|
||||
@ApiModelProperty(value = "企业联系人8")
|
||||
@TableField(exist = false)
|
||||
private String contactsNameEight;
|
||||
/**
|
||||
* 企业联系人8手机号
|
||||
*/
|
||||
@Excel(name = "企业联系人8手机号", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsPhoneEight;
|
||||
/**
|
||||
* 企业联系人8邮箱
|
||||
*/
|
||||
@Excel(name = "企业联系人8邮箱", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsEmailEight;
|
||||
/**联系人8备注*/
|
||||
@Excel(name = "联系人8备注", width = 15)
|
||||
@ApiModelProperty(value = "联系人8备注")
|
||||
@@ -382,6 +479,18 @@ public class PayWorkingGroupSubItem implements Serializable {
|
||||
@ApiModelProperty(value = "企业联系人9")
|
||||
@TableField(exist = false)
|
||||
private String contactsNameNine;
|
||||
/**
|
||||
* 企业联系人9手机号
|
||||
*/
|
||||
@Excel(name = "企业联系人9手机号", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsPhoneNine;
|
||||
/**
|
||||
* 企业联系人9邮箱
|
||||
*/
|
||||
@Excel(name = "企业联系人9邮箱", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsEmailNine;
|
||||
/**联系人9备注*/
|
||||
@Excel(name = "联系人9备注", width = 15)
|
||||
@ApiModelProperty(value = "联系人9备注")
|
||||
@@ -393,6 +502,18 @@ public class PayWorkingGroupSubItem implements Serializable {
|
||||
@ApiModelProperty(value = "企业联系人10")
|
||||
@TableField(exist = false)
|
||||
private String contactsNameTen;
|
||||
/**
|
||||
* 企业联系人10手机号
|
||||
*/
|
||||
@Excel(name = "企业联系人10手机号", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsPhoneTen;
|
||||
/**
|
||||
* 企业联系人10邮箱
|
||||
*/
|
||||
@Excel(name = "企业联系人10邮箱", width = 15)
|
||||
@TableField(exist = false)
|
||||
private String contactsEmailTen;
|
||||
/**联系人10备注*/
|
||||
@Excel(name = "联系人10备注", width = 15)
|
||||
@ApiModelProperty(value = "联系人10备注")
|
||||
|
||||
Reference in New Issue
Block a user