Files
2021-10-17 20:04:40 +08:00

12 lines
447 B
Go

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