This commit is contained in:
苏尹岚
2021-03-22 10:46:22 +08:00
parent 7c97ebc3d8
commit cc9f5d77b9
2 changed files with 9 additions and 1 deletions

View File

@@ -204,7 +204,7 @@ type SkuName struct {
func (*SkuName) TableUnique() [][]string {
return [][]string{
[]string{"Name", "Prefix", "SpecQuality", "SpecUnit", "Unit", "IsSpu", "DeletedAt"},
[]string{"Name", "Prefix", "SpecQuality", "SpecUnit", "Unit", "IsSpu", "Upc", "DeletedAt"},
[]string{"Upc", "DeletedAt"},
}
}