南骏 池
2025-05-26 fd2b52ddb4f9a1fb5d342acad52ff3455249d022
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 =>
        {