|
|
@ -67,7 +67,7 @@ public class Main {
|
|
|
|
String password = "Nomi1234";
|
|
|
|
String password = "Nomi1234";
|
|
|
|
//2.选择表配置
|
|
|
|
//2.选择表配置
|
|
|
|
String table= "oqc_lnspection_template";
|
|
|
|
String table= "oqc_lnspection_template";
|
|
|
|
String entityName="oqcLnspectionTemplate";//实体类
|
|
|
|
String entityName="OqcLnspectionTemplate";//实体类
|
|
|
|
String description = "检验模板表";//备注
|
|
|
|
String description = "检验模板表";//备注
|
|
|
|
String primaryKeyField = "id";//主键
|
|
|
|
String primaryKeyField = "id";//主键
|
|
|
|
List<TableEntityVo> tableEntityVoList = printTableStructure(driver, url, user, password, table);
|
|
|
|
List<TableEntityVo> tableEntityVoList = printTableStructure(driver, url, user, password, table);
|
|
|
|