mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-10-12 13:03:45 +08:00
v2.0
This commit is contained in:
11
server/internal/model/entity/admin_member_post.go
Normal file
11
server/internal/model/entity/admin_member_post.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// =================================================================================
|
||||
// Code generated by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package entity
|
||||
|
||||
// AdminMemberPost is the golang structure for table admin_member_post.
|
||||
type AdminMemberPost struct {
|
||||
MemberId int64 `json:"memberId" description:"用户ID"`
|
||||
PostId int64 `json:"postId" description:"岗位ID"`
|
||||
}
|
Reference in New Issue
Block a user