package query type GetPartnerInfoQuery struct { // 合伙人ID Id int64 `json:"id" ` CompanyId int64 `json:"companyId"` } func (q *GetPartnerInfoQuery) ValidateQuery() error { return nil }