package query

//ListAdminUserQuery 获取用户列表
type ListAdminPermissionQuery struct {
	NotCode  []string
	ParentId interface{}
}