perf(Form1): 验证表名功能优化
This commit is contained in:
parent
6cf5472a08
commit
240f952e83
@ -107,11 +107,11 @@ namespace GenerateClass
|
|||||||
MessageBox.Show("请选择表");
|
MessageBox.Show("请选择表");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (tableName != tbname)
|
/* if (tableName != tbname)
|
||||||
{
|
{
|
||||||
MessageBox.Show("请选择正确的表");
|
MessageBox.Show("请选择正确的表");
|
||||||
return true;
|
return true;
|
||||||
}
|
}*/
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
private void fillModelTemplate()
|
private void fillModelTemplate()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user