修改服务流程接口顺序号

optimize
jianghaiqing 1 year ago
parent ce80100a94
commit 1cdf68e53a

@ -22,7 +22,7 @@ namespace Myshipping.Application
/// <summary>
/// 服务项目管理
/// </summary>
[ApiDescriptionSettings("Application", Name = "ServiceProject", Order = 10)]
[ApiDescriptionSettings("Application", Name = "ServiceProject", Order = 20)]
public class ServiceProjectService : IServiceProjectService, IDynamicApiController, ITransient
{
private readonly SqlSugarRepository<ServiceProjectBaseInfo> _serviceProjectBaseInfoRepository;

@ -25,7 +25,7 @@ namespace Myshipping.Application
/// <summary>
/// 服务流程管理
/// </summary>
[AllowAnonymous, ApiDescriptionSettings("Application", Name = "ServiceWorkFlowManage", Order = 30)]
[AllowAnonymous, ApiDescriptionSettings("Application", Name = "ServiceWorkFlowManage", Order = 20)]
public class ServiceWorkFlowManageService : IServiceWorkFlowManageService, IDynamicApiController, ITransient
{
private readonly ILogger<ServiceWorkFlowManageService> _logger;

@ -20,7 +20,7 @@ namespace Myshipping.Application
/// <summary>
/// 状态管理
/// </summary>
[ApiDescriptionSettings("Application", Name = "StatusSkuBase", Order = 10)]
[ApiDescriptionSettings("Application", Name = "StatusSkuBase", Order = 20)]
public class StatusSkuBaseService : IStatusSkuBaseService, IDynamicApiController, ITransient
{
private readonly SqlSugarRepository<StatusSkuBaseInfo> _statusSkuBaseInfoRepository;

Loading…
Cancel
Save