sys_user_post.go 437 B

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