啊鑫
2025-06-05 44a7c47a724c154c54e256727c75e79d31fd42e2
StandardPda/MESApplication/Startup.cs
@@ -1,11 +1,11 @@
using MES.Service.Dto.@base;
using 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);