增加原价字段
This commit is contained in:
@@ -392,6 +392,7 @@ type PriceDefendOrder struct {
|
||||
AddressID int64 `orm:"column(address_id)" json:"addressID"`
|
||||
Count int `json:"count"`
|
||||
DefendPrice int64 `json:"defendPrice"` //守的价格
|
||||
OriginPrice int64 `json:"originPrice"` //商品原价
|
||||
ActualPayPrice int64 `json:"actualPayPrice"` //单位为分 顾客实际支付
|
||||
RealPrice int64 `json:"realPrice"` //实际成交价
|
||||
IsBuyNowPrice int `json:"isBuyNowPrice"` //库存剩x(x=当前客户购买的数量)时以当时价抢购
|
||||
|
||||
Reference in New Issue
Block a user