瀏覽代碼

睿姿得数据 添加指标列表

gmy 5 月之前
父節點
當前提交
ab7b4ab8fe
共有 1 個文件被更改,包括 5 次插入1 次删除
  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() {