sys_post_role.go 465 B

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