serveratio.go 175 B

123456789
  1. package gorm_model
  2. type YounggeeServeRatio struct {
  3. Ratio string `gorm:"column:ratio"`
  4. }
  5. func (m *YounggeeServeRatio) TableName() string {
  6. return "younggee_serve_ratio"
  7. }