Browse Source

睿姿得数据 添加指标列表

gmy 5 months ago
parent
commit
ab7b4ab8fe
1 changed files with 5 additions and 1 deletions
  1. 5 1
      models/data_manage/base_from_rzd_index.go

+ 5 - 1
models/data_manage/base_from_rzd_index.go

@@ -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() {