From 624d15a1baedef4b872dfea64331532c9ef31b4e Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 13:43:59 +0800 Subject: [PATCH] add --- api/v1/index.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/api/v1/index.go b/api/v1/index.go index e9b468c..d7f869b 100644 --- a/api/v1/index.go +++ b/api/v1/index.go @@ -5,6 +5,7 @@ ) type Group struct { + CurrencyApi QuotationStatusApi RepositoryApi SalesReturnStatusApi @@ -126,4 +127,5 @@ salesReturnStatusService = service.ServiceGroup.SalesReturnStatusService repositoryService = service.ServiceGroup.RepositoryService quotationStatusService = service.ServiceGroup.QuotationStatusService + currencyService = service.ServiceGroup.CurrencyService ) \ No newline at end of file -- Gitblit v1.8.0