|
@@ -386,9 +386,9 @@ type BaseFromSmmIndexItem struct {
|
|
|
Name string
|
|
|
IndexCode string
|
|
|
IndexName string
|
|
|
- Type1 string `orm:"column(type_1)"`
|
|
|
- Type2 string `orm:"column(type_2)"`
|
|
|
- Type3 string `orm:"column(type_3)"`
|
|
|
+ Type1 string `gorm:"column:type_1"`
|
|
|
+ Type2 string `gorm:"column:type_2"`
|
|
|
+ Type3 string `gorm:"column:type_3"`
|
|
|
Frequency string
|
|
|
Unit string
|
|
|
ApiStartTime string
|