diff --git a/schema/dataset_indicator.go b/schema/dataset_indicator.go index de4ccb6..a95056f 100644 --- a/schema/dataset_indicator.go +++ b/schema/dataset_indicator.go @@ -23,7 +23,6 @@ type DatasetIndicator struct { FreeShare float64 `gorm:"type:decimal(20,4);comment:自由流通股本(万)"` TotalMv float64 `gorm:"type:decimal(20,4);comment:总市值(万元)"` CircMv float64 `gorm:"type:decimal(20,4);comment:流通市值(万元)"` - Roe float64 `gorm:"type:decimal(20,4);comment:ROE(%) 净利润/股本"` } func (DatasetIndicator) TableName() string {