From 2ce047df3e80bde1f6d2fd14f2c23bdc5ac27469 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Wed, 30 Mar 2022 13:27:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B4=BE=E7=94=9F=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E5=AD=98=E5=82=A8=E7=BB=93=E6=9E=84=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/om/om.go | 1 + 1 file changed, 1 insertion(+) diff --git a/models/om/om.go b/models/om/om.go index 7d4c56c..f0c8215 100644 --- a/models/om/om.go +++ b/models/om/om.go @@ -144,6 +144,7 @@ type OrderAUPoData struct { IsMainOrder bool SFP *baseModel.Article AllAttributeLi []baseModel.ArticleAttribute + ArtRelMap map[string]int } type ExportItem struct {