|
@ -14,11 +14,11 @@ import java.util.Date; |
|
|
@Data |
|
|
@Data |
|
|
public class CustomerMicroGridExcel { |
|
|
public class CustomerMicroGridExcel { |
|
|
|
|
|
|
|
|
@Excel(name = "ID 唯一标识") |
|
|
@Excel(name = "所属社区") |
|
|
private String id; |
|
|
private String communityName; |
|
|
|
|
|
|
|
|
@Excel(name = "客户ID") |
|
|
@Excel(name = "所属网格") |
|
|
private String customerId; |
|
|
private String gridName; |
|
|
|
|
|
|
|
|
@Excel(name = "微网格名称") |
|
|
@Excel(name = "微网格名称") |
|
|
private String microgridName; |
|
|
private String microgridName; |
|
@ -26,59 +26,5 @@ public class CustomerMicroGridExcel { |
|
|
@Excel(name = "微网格长") |
|
|
@Excel(name = "微网格长") |
|
|
private String contacts; |
|
|
private String contacts; |
|
|
|
|
|
|
|
|
@Excel(name = "性别(女性-0,男性-1)") |
|
|
|
|
|
private String sex; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "联系电话") |
|
|
|
|
|
private String mobile; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "地址") |
|
|
|
|
|
private String address; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "网格id") |
|
|
|
|
|
private Integer gridId; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "所属组织机构ID") |
|
|
|
|
|
private String agencyId; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "所有上级组织ID") |
|
|
|
|
|
private String agencyPids; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "当前网格总人数") |
|
|
|
|
|
private Integer totalUser; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "网格排序") |
|
|
|
|
|
private Integer sort; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "中心位置纬度") |
|
|
|
|
|
private String latitude; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "中心点位地址") |
|
|
|
|
|
private String centerAddress; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "坐标区域") |
|
|
|
|
|
private String coordinates; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "编码") |
|
|
|
|
|
private String code; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "删除标识:0.未删除 1.已删除") |
|
|
|
|
|
private Integer delFlag; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "乐观锁") |
|
|
|
|
|
private Integer revision; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "创建人") |
|
|
|
|
|
private String createdBy; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "更新人") |
|
|
|
|
|
private String updatedBy; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "创建时间") |
|
|
|
|
|
private Date createdTime; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "更新时间") |
|
|
|
|
|
private Date updatedTime; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |