|
@@ -165,8 +165,10 @@ func DeleteCalculateData(edbInfoId int) (err error) {
|
|
|
type EdbInfoBase struct {
|
|
|
EdbInfoId int `description:"指标id"`
|
|
|
EdbName string `description:"指标名称"`
|
|
|
+ EdbNameEn string `description:"英文指标名称"`
|
|
|
Frequency string `description:"频度"`
|
|
|
Unit string `description:"单位"`
|
|
|
+ UnitEn string `description:"英文单位"`
|
|
|
ClassifyId int `description:"分类id"`
|
|
|
HaveOperaAuth bool `description:"是否有数据权限,默认:false"`
|
|
|
}
|
|
@@ -602,8 +604,10 @@ type CalculateMultiEdbSearchResp struct {
|
|
|
type CalculateMultiEdbSearchItem struct {
|
|
|
EdbInfoId int `description:"指标id"`
|
|
|
EdbName string `description:"指标名称"`
|
|
|
+ EdbNameEn string `description:"英文指标名称"`
|
|
|
Frequency string `description:"频度"`
|
|
|
Unit string `description:"单位"`
|
|
|
+ UnitEn string `description:"英文单位"`
|
|
|
ClassifyId int `description:"分类id"`
|
|
|
SysUserId int
|
|
|
SysUserRealName string
|