From b13441dd53b35e0e2a63cdb038495b6db8587412 Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 9 May 2019 17:39:14 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=B0=86OrderSkuFinancial=E4=B8=ADAfsOrder?= =?UTF-8?q?ID=E5=AD=97=E6=AE=B5=E5=90=8D=E4=BB=8Eorder=5Ffinancial=5Fid?= =?UTF-8?q?=E6=94=B9=E4=B8=BAafs=5Forder=5Fid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/order_financial.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/order_financial.go b/business/model/order_financial.go index c3eb8b71d..d66d7ce7c 100644 --- a/business/model/order_financial.go +++ b/business/model/order_financial.go @@ -118,7 +118,7 @@ type OrderSkuFinancial struct { VendorID int `orm:"column(vendor_id)" json:"vendorID"` // 平台id VendorOrderID string `orm:"column(vendor_order_id);size(48)" json:"vendorOrderID"` // 关联原始订单ID VendorOrderID2 string `orm:"column(vendor_order_id2);size(48);index" json:"vendorOrderID2"` // 关联原始订单ID2,饿百独有 - AfsOrderID string `orm:"column(order_financial_id);size(48)" json:"afsOrderID"` // 订单结账ID + AfsOrderID string `orm:"column(afs_order_id);size(48)" json:"afsOrderID"` // 售后单ID IsAfsOrder int8 `json:"isAfsOrder"` // 0--正向单, 1--售后单 // ConfirmTime time.Time `orm:"type(datetime)" json:"confirmTime"` // 订单生成/完成时间