This commit is contained in:
2026-05-01 23:36:45 +08:00
parent 4f4781aad3
commit 94de0de8c7

View File

@@ -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 {