|
@@ -72,7 +72,11 @@ type RzdIndexCheckData struct {
|
|
|
|
|
|
// BaseFromRzdIndexBatchAddCheckReq 校验编码是否存在请求参数
|
|
|
type BaseFromRzdIndexBatchAddCheckReq struct {
|
|
|
- IndexCodes []string `form:"IndexCodes" description:"指标编码列表"`
|
|
|
+ IndexCodes []string `form:"IndexCodes" description:"指标编码列表"`
|
|
|
+ ClassifyId int `description:"分类id"`
|
|
|
+ Frequency string `description:"频度"`
|
|
|
+ SearchParams string `description:"搜索参数 指标编码/指标名称"`
|
|
|
+ IsCheckAll bool `form:"IndexCodes" description:"是否全选"`
|
|
|
}
|
|
|
|
|
|
func init() {
|