This commit is contained in:
邹宗楠
2025-02-06 17:07:44 +08:00
parent 70e6ba71a0
commit ed0b29461d
2 changed files with 7 additions and 17 deletions

View File

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