作者 tangxvhui

Merge branch 'dev' into test

@@ -262,7 +262,7 @@ type ( @@ -262,7 +262,7 @@ type (
262 Page int `json:"page"` 262 Page int `json:"page"`
263 Size int `json:"size"` 263 Size int `json:"size"`
264 CompanyId int64 `json:",optional"` // 264 CompanyId int64 `json:",optional"` //
265 - TopId int64 `json:"topId"` // 评论的顶层ID 265 + TopId int64 `json:"topId,optional"` // 评论的顶层ID
266 FromUser string `json:"fromUser,optional"` // 用户 266 FromUser string `json:"fromUser,optional"` // 用户
267 Show int `json:"show,optional"` // 显示状态 267 Show int `json:"show,optional"` // 显示状态
268 BeginTime int64 `json:"beginTime,optional"` // 填写评论的开始时间 268 BeginTime int64 `json:"beginTime,optional"` // 填写评论的开始时间
@@ -172,7 +172,7 @@ type SystemListCommentRequest struct { @@ -172,7 +172,7 @@ type SystemListCommentRequest struct {
172 Page int `json:"page"` 172 Page int `json:"page"`
173 Size int `json:"size"` 173 Size int `json:"size"`
174 CompanyId int64 `json:",optional"` // 174 CompanyId int64 `json:",optional"` //
175 - TopId int64 `json:"topId"` // 评论的顶层ID 175 + TopId int64 `json:"topId,optional"` // 评论的顶层ID
176 FromUser string `json:"fromUser,optional"` // 用户 176 FromUser string `json:"fromUser,optional"` // 用户
177 Show int `json:"show,optional"` // 显示状态 177 Show int `json:"show,optional"` // 显示状态
178 BeginTime int64 `json:"beginTime,optional"` // 填写评论的开始时间 178 BeginTime int64 `json:"beginTime,optional"` // 填写评论的开始时间