南骏 池
2025-02-21 9937f480fd5e861255b0c51d10d7f1135d4c5db9
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 =>
        {