- up.
This commit is contained in:
@@ -203,3 +203,12 @@ func (*SkuNamePlaceBind) TableUnique() [][]string {
|
||||
[]string{"NameID", "PlaceCode"},
|
||||
}
|
||||
}
|
||||
|
||||
type SkuNameExt struct {
|
||||
SkuName
|
||||
Skus []*Sku `orm:"-" json:"skus"`
|
||||
SkusStr string `json:"-"`
|
||||
|
||||
Places []int `orm:"-" json:"places"`
|
||||
PlacesStr string `json:"-"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user