From 20aeabd160a24d10a15d264eb94ef1c7da5e7cf8 Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 23 Dec 2019 18:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89SkuName.Name=E7=9A=84?= =?UTF-8?q?=E5=8D=95=E7=8B=AC=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/sku.go b/business/model/sku.go index 92fd817ee..b0895ba5d 100644 --- a/business/model/sku.go +++ b/business/model/sku.go @@ -169,7 +169,7 @@ type SkuName struct { ModelIDCULD Prefix string `orm:"size(255)" json:"prefix"` - Name string `orm:"size(255);index" json:"name"` + Name string `orm:"size(255)" json:"name"` ExPrefix string `orm:"size(255)" json:"exPrefix"` ExPrefixBegin *time.Time `orm:"null" json:"exPrefixBegin"`