根据excel刷新京西价

This commit is contained in:
苏尹岚
2019-12-10 17:20:49 +08:00
parent 04ab485bd7
commit ed67833601
3 changed files with 77 additions and 3 deletions

View File

@@ -495,13 +495,13 @@ type StoreSkuNamePrice struct {
func (*StoreSkuNamePrice) TableUnique() [][]string {
return [][]string{
[]string{"Name", "NameIDGroup"},
[]string{"OutSkuID", "Price", "NameIDGroup"},
}
}
func (*StoreSkuNamePrice) TableIndex() [][]string {
return [][]string{
[]string{"Name"},
[]string{"OutSkuID"},
}
}