From 34ef7217a034599217a7fdd1e28e1ae6910e1b4b Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 11 十月 2023 20:15:21 +0800 Subject: [PATCH] 菜单获取编码规则 --- service/index.go | 27 +++++++++++++++------------ 1 files changed, 15 insertions(+), 12 deletions(-) diff --git a/service/index.go b/service/index.go index e48386e..4fed338 100644 --- a/service/index.go +++ b/service/index.go @@ -49,17 +49,20 @@ TimelyRateService SolveRateService IsVisitService - ReportSourceService - OrderTypeService - ServiceContractStatusService - ServiceContractTypeService - RefundMethodService - IsInvoiceService - AccountIdService - SalesReturnStatusService - RepositoryService - QuotationStatusService - CurrencyService + ReportSourceService + OrderTypeService + ServiceContractStatusService + ServiceContractTypeService + RefundMethodService + IsInvoiceService + AccountIdService + SalesReturnStatusService + RepositoryService + QuotationStatusService + CurrencyService + AssignService + CollectionProjectionService + ContactInformationService } -var ServiceGroup = new(Group) \ No newline at end of file +var ServiceGroup = new(Group) -- Gitblit v1.8.0