南骏 池
2025-05-27 4ef0acfc95e9e654ae142f8d5b21d68c55ddfc8d
DB/RepositoryNoEntity.cs
@@ -9,7 +9,11 @@
        {
            DbType = DbType.SqlServer,
            ConnectionString = AppsettingsUtility.Settings.DataBaseConn,
            IsAutoCloseConnection = true
            IsAutoCloseConnection = true,
            MoreSettings = new ConnMoreSettings
            {
                IsNoReadXmlDescription = true // 设置忽略读取XML描述
            }
        },
        db =>
        {