mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-13 12:43:45 +08:00
发布v2.18.6版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -11,6 +11,6 @@ import (
|
||||
// AdminMemberPost is the golang structure of table hg_admin_member_post for DAO operations like Where/Data.
|
||||
type AdminMemberPost struct {
|
||||
g.Meta `orm:"table:hg_admin_member_post, do:true"`
|
||||
MemberId interface{} // 管理员ID
|
||||
PostId interface{} // 岗位ID
|
||||
MemberId any // 管理员ID
|
||||
PostId any // 岗位ID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user