订单结算比例
This commit is contained in:
@@ -120,6 +120,7 @@ type GoodsOrder struct {
|
|||||||
AddressID int64 `orm:"column(address_id)" json:"addressID"` //配送地址ID
|
AddressID int64 `orm:"column(address_id)" json:"addressID"` //配送地址ID
|
||||||
EarningType int `json:"earningType"` //订单结算方式,2为扣点,1为报价
|
EarningType int `json:"earningType"` //订单结算方式,2为扣点,1为报价
|
||||||
OrderType int `json:"orderType"` //订单类型,0为普通订单,1为物料订单,2为进货订单
|
OrderType int `json:"orderType"` //订单类型,0为普通订单,1为物料订单,2为进货订单
|
||||||
|
PayPercentage int `json:"payPercentage"`
|
||||||
|
|
||||||
// 以下只是用于传递数据
|
// 以下只是用于传递数据
|
||||||
OriginalData string `orm:"-" json:"-"`
|
OriginalData string `orm:"-" json:"-"`
|
||||||
|
|||||||
Reference in New Issue
Block a user