| 1234567891011 |
- // ==========================================================================
- // This is auto-generated by gf cli tool. DO NOT EDIT THIS FILE MANUALLY.
- // ==========================================================================
- package internal
- // SysUserGroup is the golang structure for table sys_user_group.
- type SysUserGroup struct {
- UserId int `orm:"user_id,primary" json:"userId"` // 用户ID
- GroupId int `orm:"group_id,primary" json:"groupId"` // 用户组ID
- }
|