This commit is contained in:
suyl
2021-05-20 09:24:28 +08:00
parent 3ee892c2d0
commit 1cad95ef99
2 changed files with 18 additions and 1 deletions

View File

@@ -362,6 +362,7 @@ type PageSku struct {
MonthSaled int `json:"monthSaled"`
ActPrice int `json:"actPrice"`
SalePrice int `json:"salePrice"`
Unit string `json:"unit"`
}
func (*PageSku) TableUnique() [][]string {