From f2c7c7aa3218cd5ef688975ea9b5a0f3a6e5e74f Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 10 八月 2023 16:38:41 +0800 Subject: [PATCH] temp --- 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