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