From f80c6068d5e2ae5b9101125497b4de88726e1d9e Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期日, 07 四月 2024 21:44:58 +0800
Subject: [PATCH] 发货接口增加仓库ID

---
 service/index.go |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/service/index.go b/service/index.go
index 3110c5e..4fed338 100644
--- a/service/index.go
+++ b/service/index.go
@@ -49,16 +49,20 @@
 	TimelyRateService
 	SolveRateService
 	IsVisitService
-    ReportSourceService
-    OrderTypeService
-    ServiceContractStatusService
-    ServiceContractTypeService
-    RefundMethodService
-    IsInvoiceService
-    AccountIdService
-    SalesReturnStatusService
-    RepositoryService
-    QuotationStatusService
+	ReportSourceService
+	OrderTypeService
+	ServiceContractStatusService
+	ServiceContractTypeService
+	RefundMethodService
+	IsInvoiceService
+	AccountIdService
+	SalesReturnStatusService
+	RepositoryService
+	QuotationStatusService
+	CurrencyService
+	AssignService
+	CollectionProjectionService
+	ContactInformationService
 }
 
-var ServiceGroup = new(Group)
\ No newline at end of file
+var ServiceGroup = new(Group)

--
Gitblit v1.8.0