|
@ -10,14 +10,9 @@ public class ProjectDetailResultDTO implements Serializable { |
|
|
private static final long serialVersionUID = -4978924751646345443L; |
|
|
private static final long serialVersionUID = -4978924751646345443L; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 网格ID |
|
|
* 物业项目id |
|
|
*/ |
|
|
*/ |
|
|
private String gridId; |
|
|
private String id; |
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 网格名称 |
|
|
|
|
|
*/ |
|
|
|
|
|
private String grid; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 物业项目名称 |
|
|
* 物业项目名称 |
|
@ -44,6 +39,11 @@ public class ProjectDetailResultDTO implements Serializable { |
|
|
*/ |
|
|
*/ |
|
|
private String propertyAddress; |
|
|
private String propertyAddress; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 物业群ID |
|
|
|
|
|
*/ |
|
|
|
|
|
private String groupId; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 物业群名称 |
|
|
* 物业群名称 |
|
|
*/ |
|
|
*/ |
|
|