From 993d3555339703c53ca14103d4d7899cde0d2e04 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 11:36:05 +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 de368c7..c0462e3 100644 --- a/api/v1/index.go +++ b/api/v1/index.go @@ -5,6 +5,7 @@ ) type Group struct { + ServiceContractTypeApi ServiceContractStatusApi OrderTypeApi ReportSourceApi @@ -112,4 +113,5 @@ reportSourceService = service.ServiceGroup.ReportSourceService orderTypeService = service.ServiceGroup.OrderTypeService serviceContractStatusService = service.ServiceGroup.ServiceContractStatusService + serviceContractTypeService = service.ServiceGroup.ServiceContractTypeService ) \ No newline at end of file -- Gitblit v1.8.0