package model import "bkb-seller/global" type SpecValue struct { global.Base_MODEL Value string `json:"value"` SpecId uint `json:"spec_id"` } func (SpecValue) TableName() string { return "spec_value" }