ordertype

This commit is contained in:
苏尹岚
2020-08-06 15:50:59 +08:00
parent 29050b028b
commit aefb66bdf2

View File

@@ -111,6 +111,7 @@ type GoodsOrder struct {
EclpOutID string `orm:"column(eclp_out_id)" json:"eclpOutID"` //物料配送的出库单号
AddressID int64 `orm:"column(address_id)" json:"addressID"` //配送地址ID
EarningType int `json:"earningType"` //订单结算方式2为扣点1为报价
OrderType int `json:"orderType"` //订单类型0为普通订单1为物料订单2为进货订单
// 以下只是用于传递数据
OriginalData string `orm:"-" json:"-"`