// ========================================================================== // This is auto-generated by gf cli tool. DO NOT EDIT THIS FILE MANUALLY. // ========================================================================== package internal // SysPostRole is the golang structure for table sys_post_role. type SysPostRole struct { PostId int `orm:"post_id,primary" json:"postId"` // 岗位ID RoleId int `orm:"role_id,primary" json:"roleId"` // 角色ID }