Эх сурвалжийг харах

睿姿得数据 添加指标列表

gmy 5 сар өмнө
parent
commit
ab7b4ab8fe

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