From e1c0fe2768d32f79920ceda92383981d4ff12058 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 15 三月 2024 10:07:50 +0800 Subject: [PATCH] 获取销售明细产品信息 --- service/index.go | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/service/index.go b/service/index.go index ec24cb1..4fed338 100644 --- a/service/index.go +++ b/service/index.go @@ -49,10 +49,20 @@ TimelyRateService SolveRateService IsVisitService - ReportSourceService - OrderTypeService - ServiceContractStatusService - ServiceContractTypeService + 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