GetOrderSkuInfo中返回nameID
This commit is contained in:
@@ -36,6 +36,7 @@ type GoodsOrderExt struct {
|
||||
|
||||
type OrderSkuExt struct {
|
||||
OrderSku
|
||||
NameID int `orm:"column(name_id)" json:"nameID"`
|
||||
FullSkuName string `json:"fullSkuName"`
|
||||
Image string `json:"image"`
|
||||
RealEarningPrice int64 `json:"realEarningPrice"` // 实际单品结算给门店老板钱
|
||||
|
||||
Reference in New Issue
Block a user