update 标协会员成员导出
This commit is contained in:
+21
-21
@@ -113,6 +113,27 @@ public class TbMemberProjectSubitem implements Serializable {
|
|||||||
@ApiModelProperty(value = "联系人")
|
@ApiModelProperty(value = "联系人")
|
||||||
private String liaisonMan;
|
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")
|
@ApiModelProperty(value = "邮寄企业id")
|
||||||
private String postCompanyId;
|
private String postCompanyId;
|
||||||
|
|
||||||
@@ -125,27 +146,6 @@ public class TbMemberProjectSubitem implements Serializable {
|
|||||||
*/
|
*/
|
||||||
private String postContactTemporaryId;
|
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")
|
//@Excel(name = "会员状态", width = 15, dicCode = "member_status")
|
||||||
@ApiModelProperty(value = "会员状态")
|
@ApiModelProperty(value = "会员状态")
|
||||||
|
|||||||
Reference in New Issue
Block a user