| 12345678910111213 |
- // ==========================================================================
- // This is auto-generated by gf cli tool. DO NOT EDIT THIS FILE MANUALLY.
- // ==========================================================================
- package internal
- // SysUserPost is the golang structure for table sys_user_post.
- type SysUserPost struct {
- UserId int `orm:"user_id,primary" json:"userId"` // 用户ID
- PostId int `orm:"post_id,primary" json:"postId"` // 岗位ID
- }
|