| Name | Description | Type | Additional information |
|---|---|---|---|
| Facilities |
配套评分 |
integer |
None. |
| Transport |
交通评分 |
integer |
None. |
| Planting |
绿化评分 |
integer |
None. |
| LoupanName |
楼盘名称 |
string |
None. |
| LoupanSecondCommentDtos |
二级楼盘评论 |
Collection of LouPanSecondCommentDto |
None. |
| Id |
主键 |
integer |
None. |
| ThirdTitle |
评论标题,用于关键字查询 |
string |
None. |
| ThirdId |
评论关联业务Id |
integer |
None. |
| ParentId |
被回复的评论的id,如果为0,表示一级评论 |
integer |
None. |
| CommentType |
评论分类 |
NewsStyleidType |
None. |
| IsKill |
审核状态 |
AuditStatusType |
None. |
| Content |
回复内容 |
string |
None. |
| UserId |
评论用户id |
integer |
None. |
| UserName |
评论用户名称 |
string |
None. |
| RegIpRegion |
ip归属地 |
string |
None. |
| UserContactName |
针对不需要登录的场景,提交人姓名 |
string |
None. |
| UserContact |
针对不需要登录的场景,提交人联系方式 |
string |
None. |
| UserGender |
针对不需要登录的场景,提交人性别 |
SexType |
None. |
| UserHeadFile |
评论用户头像 |
string |
None. |
| CreateTime |
发布时间 |
date |
None. |
| SecondCommentDtos |
二级评论 |
Collection of CommentSecondCommonDto |
None. |
| Ip |
Ip地址 |
string |
None. |
| IsAdminComment |
预留 是否后台评论回复 |
boolean |
None. |
| IsSpecial |
是否特殊评论,(即需在业务表插入评分的评论) |
boolean |
None. |
| Likes |
点赞数 |
integer |
None. |
| ReplyNum |
回复数 |
integer |
None. |
| HasBeenReplied |
是否已被回复 |
boolean |
None. |
| KillReason |
拒绝原因 |
string |
None. |