zjh
6 天以前 8276722de62e0be1e68adf65f150686a236268bd
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);