This commit is contained in:
suyl
2021-08-03 16:15:18 +08:00
parent a41fe05e63
commit a09223b091
3 changed files with 17 additions and 30 deletions

View File

@@ -72,6 +72,7 @@ type OrderSkuExt struct {
NameID int `orm:"column(name_id)" json:"nameID"`
FullSkuName string `json:"fullSkuName"`
Image string `json:"image"`
Upc string `json:"upc"`
// RealEarningPrice int64 `json:"realEarningPrice"` // 实际单品结算给门店老板钱
}