package query

type ValidatePermissionQuery struct {
	PermissionCode string
	UserId         int64
	CompanyId      int64
}