From aefb66bdf215d332abd3afa2e168f262f68cf227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 6 Aug 2020 15:50:59 +0800 Subject: [PATCH] ordertype --- business/model/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/model/order.go b/business/model/order.go index f2176f548..08b0b0fa2 100644 --- a/business/model/order.go +++ b/business/model/order.go @@ -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:"-"`