|
|
@ -19,6 +19,11 @@ public class ProjectDetailResultDTO implements Serializable { |
|
|
|
*/ |
|
|
|
private String projectName; |
|
|
|
|
|
|
|
/** |
|
|
|
* 物业名称 |
|
|
|
*/ |
|
|
|
private String propertyId; |
|
|
|
|
|
|
|
/** |
|
|
|
* 物业名称 |
|
|
|
*/ |
|
|
@ -74,4 +79,14 @@ public class ProjectDetailResultDTO implements Serializable { |
|
|
|
* 请,'1'已申请待审核 ,'2'审核 |
|
|
|
*/ |
|
|
|
private String groupMemberFlag; |
|
|
|
|
|
|
|
/** |
|
|
|
* 物业项目所得平均分 |
|
|
|
*/ |
|
|
|
private String avaScore; |
|
|
|
|
|
|
|
/** |
|
|
|
* 用户对当前物业项目的打分 |
|
|
|
*/ |
|
|
|
private String userScore; |
|
|
|
} |
|
|
|