From 0e8be85f382fbad5b003f6f86768ef799e2c027d Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 15 八月 2023 14:47:02 +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 00c8f70..b1d7c1e 100644 --- a/api/v1/index.go +++ b/api/v1/index.go @@ -65,6 +65,7 @@ VettingApi SatisfactionApi AssignApi + CollectionProjectionApi } var ApiGroup = new(Group) @@ -130,4 +131,5 @@ quotationStatusService = service.ServiceGroup.QuotationStatusService currencyService = service.ServiceGroup.CurrencyService assignService = service.ServiceGroup.AssignService + collectionProjectionService = service.ServiceGroup.CollectionProjectionService ) -- Gitblit v1.8.0