From da3b2cfb3a34a7b1f83dcd9fc762b1d2459547dc Mon Sep 17 00:00:00 2001 From: zjh <2207896513@qq.com> Date: 星期四, 26 六月 2025 20:47:11 +0800 Subject: [PATCH] 添加退货申请单接口 --- StandardPda/MESApplication/Startup.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/StandardPda/MESApplication/Startup.cs b/StandardPda/MESApplication/Startup.cs index a0c95ac..b764775 100644 --- a/StandardPda/MESApplication/Startup.cs +++ b/StandardPda/MESApplication/Startup.cs @@ -1,11 +1,11 @@ -锘縰sing MES.Service.Dto.@base; +锘縰sing System.Reflection; +using MES.Service.Dto.@base; using MES.Service.util; using MESApplication.Filter; using Microsoft.OpenApi.Models; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using Swashbuckle.AspNetCore.SwaggerUI; -using System.Reflection; namespace MESApplication; @@ -36,7 +36,7 @@ { c.SwaggerDoc("v1", new OpenApiInfo - { Title = "MESApplication.Api", Version = "v1" }); + { Title = "MESApplication.Api", Version = "v1" }); var xmlFile = $"{Assembly.GetExecutingAssembly().GetName().Name}.xml"; var xmlPath = Path.Combine(AppContext.BaseDirectory, xmlFile); -- Gitblit v1.9.3