sys_user_post.go 447 B

1234567891011
  1. // ==========================================================================
  2. // Code generated by GoFrame CLI tool. DO NOT EDIT.
  3. // ==========================================================================
  4. package internal
  5. // SysUserPost is the golang structure for table sys_user_post.
  6. type SysUserPost struct {
  7. UserId int64 `orm:"user_id,primary" json:"userId"` // 用户ID
  8. PostId int64 `orm:"post_id,primary" json:"postId"` // 岗位ID
  9. }