From 1a1a24bd34b1f69b139562288888e8d22d8f880f Mon Sep 17 00:00:00 2001 From: kanade Date: Fri, 14 Oct 2022 12:03:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=94=AE=E5=90=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/interface/afterService.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/supply/interface/afterService.go b/supply/interface/afterService.go index e25605e..120ba58 100644 --- a/supply/interface/afterService.go +++ b/supply/interface/afterService.go @@ -10,6 +10,8 @@ const ( AfterServiceNeedPictureTrue = 1 // 需要上传 AfterServiceNeedPictureFalse = 2 // 不需要上传 + + AfterServiceZipCodeNone = "000000" ) type AfterServiceInterface interface {