diff --git a/DatabasetoEntityclass/Form1.cs b/DatabasetoEntityclass/Form1.cs index d17ff42..8e69ddb 100644 --- a/DatabasetoEntityclass/Form1.cs +++ b/DatabasetoEntityclass/Form1.cs @@ -107,11 +107,11 @@ namespace GenerateClass MessageBox.Show("请选择表"); return true; } - if (tableName != tbname) + /* if (tableName != tbname) { MessageBox.Show("请选择正确的表"); return true; - } + }*/ return false; } private void fillModelTemplate()