From 7f8a45a749419c3da5b81c4683f0b8034f5280f3 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 25 七月 2023 15:20:09 +0800
Subject: [PATCH] fix
---
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