mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
8 lines
133 B
Go
8 lines
133 B
Go
package model
|
|
|
|
type UserGroupUser struct {
|
|
Common
|
|
UserGroupId uint64 `json:"user_group_id"`
|
|
UserId uint64 `json:"user_id"`
|
|
}
|