1
This commit is contained in:
11
internal/app/system/model/entity/sys_user_post.go
Normal file
11
internal/app/system/model/entity/sys_user_post.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// =================================================================================
|
||||
// Code generated by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package entity
|
||||
|
||||
// SysUserPost is the golang structure for table sys_user_post.
|
||||
type SysUserPost struct {
|
||||
UserId int64 `json:"userId" description:"用户ID"`
|
||||
PostId int64 `json:"postId" description:"岗位ID"`
|
||||
}
|
||||
Reference in New Issue
Block a user