aa
This commit is contained in:
@@ -79,3 +79,15 @@ func (*PageStore) TableIndex() [][]string {
|
||||
[]string{"VendorID", "VendorStoreID"},
|
||||
}
|
||||
}
|
||||
|
||||
type PageBrand struct {
|
||||
ModelIDCUL
|
||||
|
||||
BrandName string `json:"brandName"`
|
||||
}
|
||||
|
||||
func (*PageBrand) TableIndex() [][]string {
|
||||
return [][]string{
|
||||
[]string{"BrandName"},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user