完善功能
This commit is contained in:
@ -4,10 +4,10 @@ import "github.com/gogf/gf/v2/frame/g"
|
||||
|
||||
type UserFollowAuthor struct {
|
||||
g.Meta `orm:"table:user_follow_authors"`
|
||||
Id int64 `json:"id"`
|
||||
UserId int64 `json:"userId"`
|
||||
AuthorId int64 `json:"authorId"`
|
||||
FollowedAt int64 `json:"followedAt"`
|
||||
Id int64 `json:"id" orm:"id"`
|
||||
UserId int64 `json:"userId" orm:"user_id"`
|
||||
AuthorId int64 `json:"authorId" orm:"author_id"`
|
||||
FollowedAt int64 `json:"followedAt" orm:"followed_at"`
|
||||
}
|
||||
|
||||
type UserFollowAuthorListIn struct {
|
||||
|
||||
Reference in New Issue
Block a user