|
@@ -1108,3 +1108,11 @@ type EdbInfoRefreshCheckResp struct {
|
|
|
UpdateNum int `description:"已更新指标数"`
|
|
|
UnUpdateNum int `description:"未更新指标数"`
|
|
|
}
|
|
|
+
|
|
|
+// ResetEdbClassifyReq 指标重新分类请求体
|
|
|
+type ResetEdbClassifyReq struct {
|
|
|
+ IndexCode string `description:"指标编码"`
|
|
|
+ ClassifyFirst string `description:"一级分类名称"`
|
|
|
+ ClassifySecond string `description:"二级分类名称"`
|
|
|
+ ClassifyThird string `description:"三级分类名称"`
|
|
|
+}
|