mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
model redesign
This commit is contained in:
7
model/user_group_user.go
Normal file
7
model/user_group_user.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type UserGroupUser struct {
|
||||
Common
|
||||
UserGroupId uint64 `json:"user_group_id"`
|
||||
UserId uint64 `json:"user_id"`
|
||||
}
|
||||
Reference in New Issue
Block a user