|
@ -28,12 +28,6 @@ public class IcPartyOrgTreeDTO implements Serializable { |
|
|
*/ |
|
|
*/ |
|
|
private String pid; |
|
|
private String pid; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 党组织的上级ID,没有上级时为0 |
|
|
|
|
|
*/ |
|
|
|
|
|
private String orgPid; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 党组织的所有上级ID,没有上级时为0 |
|
|
* 党组织的所有上级ID,没有上级时为0 |
|
|
*/ |
|
|
*/ |
|
@ -59,32 +53,6 @@ public class IcPartyOrgTreeDTO implements Serializable { |
|
|
*/ |
|
|
*/ |
|
|
private String partyOrgName; |
|
|
private String partyOrgName; |
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 组织编码 |
|
|
|
|
|
*/ |
|
|
|
|
|
private String partyOrgCode; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 经度 |
|
|
|
|
|
*/ |
|
|
|
|
|
private String longitude; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 纬度 |
|
|
|
|
|
*/ |
|
|
|
|
|
private String latitude; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 地址 |
|
|
|
|
|
*/ |
|
|
|
|
|
private String address; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 党组织介绍 |
|
|
|
|
|
*/ |
|
|
|
|
|
private String introduction; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private List<IcPartyOrgTreeDTO> children = new ArrayList<>(); |
|
|
private List<IcPartyOrgTreeDTO> children = new ArrayList<>(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|