From 1cdf68e53abb007a2ec40bdcaab84e2550af9080 Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Wed, 12 Jul 2023 11:26:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=8D=E5=8A=A1=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E6=8E=A5=E5=8F=A3=E9=A1=BA=E5=BA=8F=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/TrackingSystem/ServiceProjectService.cs | 2 +- .../Service/TrackingSystem/ServiceWorkFlowManageService.cs | 2 +- .../Service/TrackingSystem/StatusSkuBaseService.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Myshipping.Application/Service/TrackingSystem/ServiceProjectService.cs b/Myshipping.Application/Service/TrackingSystem/ServiceProjectService.cs index 2a8b93e4..62ba8ed2 100644 --- a/Myshipping.Application/Service/TrackingSystem/ServiceProjectService.cs +++ b/Myshipping.Application/Service/TrackingSystem/ServiceProjectService.cs @@ -22,7 +22,7 @@ namespace Myshipping.Application /// /// 服务项目管理 /// - [ApiDescriptionSettings("Application", Name = "ServiceProject", Order = 10)] + [ApiDescriptionSettings("Application", Name = "ServiceProject", Order = 20)] public class ServiceProjectService : IServiceProjectService, IDynamicApiController, ITransient { private readonly SqlSugarRepository _serviceProjectBaseInfoRepository; diff --git a/Myshipping.Application/Service/TrackingSystem/ServiceWorkFlowManageService.cs b/Myshipping.Application/Service/TrackingSystem/ServiceWorkFlowManageService.cs index 20c6e3ee..d5a0e337 100644 --- a/Myshipping.Application/Service/TrackingSystem/ServiceWorkFlowManageService.cs +++ b/Myshipping.Application/Service/TrackingSystem/ServiceWorkFlowManageService.cs @@ -25,7 +25,7 @@ namespace Myshipping.Application /// /// 服务流程管理 /// - [AllowAnonymous, ApiDescriptionSettings("Application", Name = "ServiceWorkFlowManage", Order = 30)] + [AllowAnonymous, ApiDescriptionSettings("Application", Name = "ServiceWorkFlowManage", Order = 20)] public class ServiceWorkFlowManageService : IServiceWorkFlowManageService, IDynamicApiController, ITransient { private readonly ILogger _logger; diff --git a/Myshipping.Application/Service/TrackingSystem/StatusSkuBaseService.cs b/Myshipping.Application/Service/TrackingSystem/StatusSkuBaseService.cs index b0794031..bc87e862 100644 --- a/Myshipping.Application/Service/TrackingSystem/StatusSkuBaseService.cs +++ b/Myshipping.Application/Service/TrackingSystem/StatusSkuBaseService.cs @@ -20,7 +20,7 @@ namespace Myshipping.Application /// /// 状态管理 /// - [ApiDescriptionSettings("Application", Name = "StatusSkuBase", Order = 10)] + [ApiDescriptionSettings("Application", Name = "StatusSkuBase", Order = 20)] public class StatusSkuBaseService : IStatusSkuBaseService, IDynamicApiController, ITransient { private readonly SqlSugarRepository _statusSkuBaseInfoRepository;