| id |
Long |
问题Id |
| title |
String |
标题 |
| questionTagAssociationList |
List<QuestionTagAssociation> |
问题标签关联集合 |
| summary |
String |
内容摘要(不含隐藏标签内的内容) |
| postTime |
Date |
发表时间 |
| lastAnswerTime |
Date |
最后回答时间 |
| answerTotal |
Long |
答案总数 |
| allow |
boolean |
允许回答 |
| viewTotal |
Long |
查看总数 |
| userName |
String |
用户名称 |
| account |
String |
账号 |
| userRoleNameList |
List<String> |
用户角色名称集合 |
| nickname |
String |
呢称 |
| userInfoStatus |
Integer |
用户信息状态 -30.账号已注销(不显示数据) -20.账号已逻辑删除(不显示数据) -10.账号已禁用(不显示数据) 0.正常 10.账号已禁用(显示数据) 20.账号已逻辑删除(显示数据) |
| avatarPath |
String |
头像路径 |
页面上显示200*200头像示例${question.avatarPath}${question.avatarName} 显示100*100头像示例${question.avatarPath}100x100/${question.avatarName} |
| avatarName |
String |
头像名称 |
| isStaff |
boolean |
是否为员工 |
| sort |
Integer |
排序 默认为0 |