package query

type GetAdminUserQuery struct {
	Id           int64  `json:"id"`
	AdminAccount string `json:"adminAccount"`
}