package MySwagger type DataQuery struct { SystemID string `json:"system_id" example:"SYS-200201"` AuthToken string `json:"auth_token" example:"DATAEX-TOKEN-a6ce-11ea-b94df48e38f73cf7"` DataSource string `json:"data_source" example:"org_school"` OrgID string `json:"org_id" example:"-1"` QueryConditions []string `json:"query_conditions" example:"subject_code=22, subject_name=aa"` QueryPage int `json:"query_page" example:"0"` }