perf(Form1): 验证表名功能优化

This commit is contained in:
forget_the_bright 2024-03-19 16:45:45 +08:00
parent 6cf5472a08
commit 240f952e83

View File

@ -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()