zjh
2025-07-22 cad9f911a2f0c7a14d62f1503aadd279423caccc
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);