temporay up

This commit is contained in:
苏尹岚
2020-02-07 11:46:35 +08:00
parent 96f2734c19
commit 8c602871e8
10 changed files with 346 additions and 1 deletions

View File

@@ -472,6 +472,7 @@ type PriceReferSnapshot struct {
MaxVendorPrice int `json:"maxVendorPrice"`
MinVendorPrice int `json:"minVendorPrice"`
AvgVendorPrice int `json:"avgVendorPrice"`
JdDirectPrice int `json:"jdDirectPrice"`
}
func (*PriceReferSnapshot) TableUnique() [][]string {