fix bug
This commit is contained in:
@@ -23,7 +23,6 @@ type DatasetIndicator struct {
|
|||||||
FreeShare float64 `gorm:"type:decimal(20,4);comment:自由流通股本(万)"`
|
FreeShare float64 `gorm:"type:decimal(20,4);comment:自由流通股本(万)"`
|
||||||
TotalMv float64 `gorm:"type:decimal(20,4);comment:总市值(万元)"`
|
TotalMv float64 `gorm:"type:decimal(20,4);comment:总市值(万元)"`
|
||||||
CircMv 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 {
|
func (DatasetIndicator) TableName() string {
|
||||||
|
|||||||
Reference in New Issue
Block a user