| 1234567891011 |
- // ==========================================================================
- // This is auto-generated by gf cli tool. DO NOT EDIT THIS FILE MANUALLY.
- // ==========================================================================
- package internal
- // SysRoleDept is the golang structure for table sys_role_dept.
- type SysRoleDept struct {
- DeptId int `orm:"dept_id,primary" json:"deptId"` // 部门ID
- RoleId int `orm:"role_id,primary" json:"roleId"` // 角色ID
- }
|