11
啊鑫
2025-01-02 57e6a928f17e5fc7696924e6d71e741e5a6c25bf
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 =>
        {