package gorm_model type YounggeeServeRatio struct { Ratio string `gorm:"column:ratio"` } func (m *YounggeeServeRatio) TableName() string { return "younggee_serve_ratio" }