|
@@ -57,6 +57,7 @@ type EdbInfo struct {
|
|
|
SubSourceName string `description:"子数据来源名称"`
|
|
|
IndicatorCode string `description:"指标代码"`
|
|
|
StockCode string `description:"证券代码"`
|
|
|
+ Extra string `description:"指标额外配置"`
|
|
|
}
|
|
|
|
|
|
type EdbInfoFullClassify struct {
|
|
@@ -1587,8 +1588,8 @@ type EdbInfoDataSeasonalResp struct {
|
|
|
|
|
|
// SetEdbDataInsertConfigReq 设置插入规则的请求
|
|
|
type SetEdbDataInsertConfigReq struct {
|
|
|
- EdbInfoId int `description:"指标ID"`
|
|
|
- Date string `description:"日期"`
|
|
|
+ EdbInfoId int `description:"指标ID"`
|
|
|
+ Date string `description:"日期"`
|
|
|
Value string `description:"值"`
|
|
|
}
|
|
|
|