@@ -57,6 +57,18 @@ public class CardManagementInfo extends SuperDO {
@Excel(name = "定位")
@TableField("location")
private String location;
+ /** 省 */
+ @Excel(name = "省")
+ @TableField("province")
+ private String province;
+ /** 市 */
+ @Excel(name = "市")
+ @TableField("city")
+ private String city;
+ /** 区 */
+ @Excel(name = "区")
+ @TableField("area")
+ private String area;
/** 详细地址 */
@Excel(name = "详细地址")
@@ -56,18 +56,6 @@ public class CommonUserInfo extends SuperDO {
@Excel(name = "头像")
@TableField("head")
private String head;
- /** 省 */
- @Excel(name = "省")
- @TableField("province")
- private String province;
- /** 市 */
- @Excel(name = "市")
- @TableField("city")
- private String city;
- /** 区 */
- @Excel(name = "区")
- @TableField("area")
- private String area;
/** 允许他人分享名片(1允许) */
@Excel(name = "允许他人分享名片(1允许)")