|
@@ -74,10 +74,10 @@ func GetGlFrequency(productName string) (items []*string, err error) {
|
|
|
type GlIndexList struct {
|
|
|
Id int `gorm:"column:ID;primaryKey"`
|
|
|
IndexCode string `gorm:"column:INDEX_CODE" description:"指标编码"`
|
|
|
- INDEXNAME string `gorm:"column:INDEX_NAME" description:"指标名称"`
|
|
|
- UNITNAME string `gorm:"column:UNIT_NAME" description:"单位"`
|
|
|
- FREQUENCYNAME string `gorm:"column:FREQUENCY_NAME" description:"频度名称"`
|
|
|
- UPDATETIME string `gorm:"column:UPDATE_TIME" description:"更新时间"`
|
|
|
+ IndexName string `gorm:"column:INDEX_NAME" description:"指标名称"`
|
|
|
+ UnitName string `gorm:"column:UNIT_NAME" description:"单位"`
|
|
|
+ FrequencyName string `gorm:"column:FREQUENCY_NAME" description:"频度名称"`
|
|
|
+ UpdateTime string `gorm:"column:UPDATE_TIME" description:"更新时间"`
|
|
|
Paging *paging.PagingItem `gorm:"-" description:"分页数据"`
|
|
|
DataList []*GlIndexData `gorm:"-"`
|
|
|
}
|