nezha/model/user_group_user.go
2024-10-20 00:32:55 +08:00

8 lines
133 B
Go

package model
type UserGroupUser struct {
Common
UserGroupId uint64 `json:"user_group_id"`
UserId uint64 `json:"user_id"`
}