From b5e17b49115f088bb214fda50dd81ceb5d3a5154 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Mon, 13 Feb 2023 16:15:14 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=B7=A5=E4=BD=9C=E7=BB=84=E6=88=90?= =?UTF-8?q?=E5=91=98=E5=AF=BC=E5=87=BA=E7=9A=84=E6=95=B0=E6=8D=AE=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E7=9B=B4=E6=8E=A5=E5=AF=BC=E5=85=A5=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AF=BC=E5=85=A5=E8=A1=A8=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entity/PayWorkingGroupSubItem.java | 121 ++++++++++++++++++ 1 file changed, 121 insertions(+) diff --git a/jero-boot-incoming-payment/src/main/java/com/jero/project/entity/PayWorkingGroupSubItem.java b/jero-boot-incoming-payment/src/main/java/com/jero/project/entity/PayWorkingGroupSubItem.java index 9831c323..00f95412 100644 --- a/jero-boot-incoming-payment/src/main/java/com/jero/project/entity/PayWorkingGroupSubItem.java +++ b/jero-boot-incoming-payment/src/main/java/com/jero/project/entity/PayWorkingGroupSubItem.java @@ -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备注")