This commit is contained in:
邹宗楠
2025-02-06 16:55:28 +08:00
parent 5f268e3746
commit 70e6ba71a0
6 changed files with 73 additions and 57 deletions

View File

@@ -84,7 +84,8 @@ type OrderSkuExt struct {
Img4 string `orm:"size(512)" json:"image4"` //第三张图片
Img5 string `orm:"size(512)" json:"image5"` //第三张图片
DescImg string `orm:"size(255)" json:"descImg"` // 商品详情图片描述
Upc string `json:"upc"`
Upc string `json:"upc"` //
Price int64 `json:"price"` // 商品库价格
// RealEarningPrice int64 `json:"realEarningPrice"` // 实际单品结算给门店老板钱
}