|
@@ -26,6 +26,7 @@ type EdbInfo struct {
|
|
|
MinValue float64 `description:"指标最小值"`
|
|
|
MaxValue float64 `description:"指标最大值"`
|
|
|
CalculateFormula string `description:"计算公式"`
|
|
|
+ NoUpdate int8 `description:"是否停止更新,0:继续更新;1:停止更新"`
|
|
|
}
|
|
|
|
|
|
type EdbInfoList struct {
|
|
@@ -42,6 +43,7 @@ type EdbInfoList struct {
|
|
|
UniqueCode string `description:"指标唯一编码"`
|
|
|
CalculateFormula string `description:"计算公式"`
|
|
|
ModifyTime string `description:"更新时间"`
|
|
|
+ NoUpdate int8 `description:"是否停止更新,0:继续更新;1:停止更新"`
|
|
|
}
|
|
|
|
|
|
type EdbInfoSearchData struct {
|