@ -157,4 +157,19 @@ public class CustomerAgencyDTO implements Serializable {
* 中心位置纬度
*/
private String latitude;
/**
* 组织编码
private String code;
* 负责人姓名
private String person;
* 联系电话
private String mobile;
}
@ -94,4 +94,19 @@ public class CustomerDepartmentDTO implements Serializable {
private Date updatedTime;
@ -133,4 +133,24 @@ public class CustomerGridDTO implements Serializable {
* 组织-网格
private String gridNamePath;
* 网格编码
private String gridType;
@ -108,4 +108,19 @@ public class CustomerAgencyEntity extends BaseEpmetEntity {
* 社区
private String community;
@ -64,4 +64,19 @@ public class CustomerDepartmentEntity extends BaseEpmetEntity {
* 部门所属的行政地区编码:实际就是所属组织的地区编码
private String areaCode;
@ -79,4 +79,24 @@ public class CustomerGridEntity extends BaseEpmetEntity {
* 所有上级组织ID
private String pids;
@ -126,4 +126,24 @@ public class CustomerGridDTO implements Serializable {
* 所有上级组织名
private String allParentName;
@ -123,4 +123,19 @@ public class CustomerAgencyEntity extends BaseEpmetEntity {
@ -64,4 +64,18 @@ public class CustomerDepartmentEntity extends BaseEpmetEntity {
@ -84,4 +84,24 @@ public class CustomerGridEntity extends BaseEpmetEntity {
* 坐标
private String coordinates;