From 240f952e83d95a736fe35deee931c02be5becfcc Mon Sep 17 00:00:00 2001 From: wanghao Date: Tue, 19 Mar 2024 16:45:45 +0800 Subject: [PATCH] =?UTF-8?q?perf(Form1):=20=E9=AA=8C=E8=AF=81=E8=A1=A8?= =?UTF-8?q?=E5=90=8D=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DatabasetoEntityclass/Form1.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()