package MySwagger type DatasourceESSwag struct { DatasourceCode string `json:"datasource_code" xorm:"not null comment('数据源编码') VARCHAR(8)" example:"org_tree"` OrgIDs []string `json:"orgids" xorm:"not null comment('提供数据范围【1:本机构,2:本机构以及下属机构,-1:不限制】') VARCHAR(36)" example:"F38BD0DB-0142-4356-8F2B-623813FC2578,F38BD0DB-0142-4356-8F2B-623813FC2578"` BeginTime string `json:"begin_time" example:"2020-06-22 17:26:53"` Conditions map[string]interface{} `json:"conditions" example:""` Sort map[string]interface{} `json:"sort" example:""` DataId string `json:"data_id" example:"CfBQnRJPyXMEI5nqLT0"` Page int `json:"page" example:"1"` }