sys_user_post.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. // SysUserPost is the golang structure for table sys_user_post.
  6. type SysUserPost struct {
  7. UserId int `orm:"user_id,primary" json:"userId"` // 用户ID
  8. PostId int `orm:"post_id,primary" json:"postId"` // 岗位ID
  9. }