update 标协会员成员导出

This commit is contained in:
lijiarao
2024-08-02 16:51:21 +08:00
parent 2b9fe5a534
commit 2cb8f2d239
@@ -113,6 +113,27 @@ public class TbMemberProjectSubitem implements Serializable {
@ApiModelProperty(value = "联系人")
private String liaisonMan;
/**邮箱*/
@Excel(name = "联系人邮箱", width = 20,exportConvert = true)
@ApiModelProperty(value = "邮箱")
private String email;
/**手机*/
@Excel(name = "联系人手机", width = 15,exportConvert = true)
@ApiModelProperty(value = "手机")
private String mobile;
/**通讯地址*/
@Excel(name = "联系人通讯地址", width = 15)
@ApiModelProperty(value = "通讯地址")
@TableField(exist = false)
private String contactAddress;
/**邮政编码*/
@Excel(name = "联系人邮政编码", width = 15)
@ApiModelProperty(value = "邮政编码")
@TableField(exist = false)
private String postalCode;
@ApiModelProperty(value = "邮寄企业id")
private String postCompanyId;
@@ -125,27 +146,6 @@ public class TbMemberProjectSubitem implements Serializable {
*/
private String postContactTemporaryId;
/**邮箱*/
@Excel(name = "邮箱", width = 20,exportConvert = true)
@ApiModelProperty(value = "邮箱")
private String email;
/**手机*/
@Excel(name = "手机", width = 15,exportConvert = true)
@ApiModelProperty(value = "手机")
private String mobile;
/**通讯地址*/
@Excel(name = "通讯地址", width = 15)
@ApiModelProperty(value = "通讯地址")
@TableField(exist = false)
private String contactAddress;
/**邮政编码*/
@Excel(name = "邮政编码", width = 15)
@ApiModelProperty(value = "邮政编码")
@TableField(exist = false)
private String postalCode;
/**会员状态*/
//@Excel(name = "会员状态", width = 15, dicCode = "member_status")
@ApiModelProperty(value = "会员状态")