|
@@ -520,7 +520,7 @@ type UserViewRedisData struct {
|
|
|
|
|
|
type ReportViewRecord struct {
|
|
|
Id int `orm:"column(id);pk"`
|
|
|
- UserId int `description:"用户id"`
|
|
|
+ UserId int `json:"user_id" description:"用户ID"`
|
|
|
ReportId int `description:"报告id"`
|
|
|
Mobile string `description:"手机号"`
|
|
|
Email string `description:"邮箱"`
|