| 123456789101112131415161718 |
- // ==========================================================================
- // This is auto-generated by gf cli tool. Fill this file as you wish.
- // ==========================================================================
- package model
- import (
- "dashoo.cn/micro/app/model/internal"
- )
- // SysUserRole is the golang structure for table sys_user_role.
- type SysUserRole internal.SysUserRole
- // Fill with you ideas below.
- type SysUserRoleReq struct {
- RoleId int `json:"roleId"` // 角色ID
- }
|