| 1234567891011 |
- // ==========================================================================
- // This is auto-generated by gf cli tool. DO NOT EDIT THIS FILE MANUALLY.
- // ==========================================================================
- package internal
- // SysGroupRole is the golang structure for table sys_group_role.
- type SysGroupRole struct {
- GroupId int `orm:"group_id,primary" json:"groupId"` // 用户组ID
- RoleId int `orm:"role_id,primary" json:"roleId"` // 角色ID
- }
|