diff --git a/business/model/order.go b/business/model/order.go index a1a3cd677..e608673c2 100644 --- a/business/model/order.go +++ b/business/model/order.go @@ -107,6 +107,7 @@ type GoodsOrder struct { FromStoreID int `orm:"column(from_store_id)" json:"fromStoreID"` //物料配送门店 EclpOutID string `orm:"column(eclp_out_id)" json:"eclpOutID"` //物料配送的出库单号 AddressID int64 `orm:"column(address_id)" json:"addressID"` //配送地址ID + EarningType int `json:"earningType"` //订单结算方式,2为扣点,1为报价 // 以下只是用于传递数据 OriginalData string `orm:"-" json:"-"`