啊鑫
2024-12-24 e328deb435c326025f3b7a510011e69d0353e69c
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 =>
        {