|
@@ -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"` // 填写评论的开始时间
|