订单新增字段

This commit is contained in:
苏尹岚
2020-07-27 16:52:09 +08:00
parent bd75b84d96
commit bc1ce19c46

View File

@@ -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:"-"`