aa
This commit is contained in:
@@ -264,14 +264,14 @@ type GetUserResult struct {
|
||||
type UserSearch struct {
|
||||
ModelIDCUL
|
||||
|
||||
UserID string `orm:"column(user_id)" json:"userID"` //用户ID
|
||||
Key string `json:"key"` //搜索关键字
|
||||
Count int `json:"count"` //搜索次数
|
||||
UserID string `orm:"column(user_id)" json:"userID"` //用户ID
|
||||
Keyword string `json:"keyword"` //搜索关键字
|
||||
Count int `json:"count"` //搜索次数
|
||||
}
|
||||
|
||||
func (v *UserSearch) TableIndex() [][]string {
|
||||
return [][]string{
|
||||
[]string{"UserID"},
|
||||
[]string{"Key"},
|
||||
[]string{"Keyword"},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user