This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
package MySwagger
type DatasourceESSwag struct {
DatasourceCode string `json:"datasource_code" xorm:"not null comment('数据源编码') VARCHAR(8)"`
OrgIDs []string `json:"orgids" xorm:"not null comment('提供数据范围【1:本机构,2:本机构以及下属机构,-1:不限制】') VARCHAR(36)"`
BeginTime string `json:"begin_time"`
Conditions map[string]interface{} `json:"conditions"`
Sort map[string]interface{} `json:"sort"`
Page int `json:"page" example:"1"`
}