ocr识别

This commit is contained in:
张松
2025-11-26 09:43:45 +08:00
parent 26abc548f6
commit 9ad71dc70b
11 changed files with 223 additions and 41 deletions

View File

@@ -29,13 +29,13 @@ public class Main {
// orSqlTest();
String packageName = "system";
// String packageName = "system";
// String packageName = "account";
// String packageName = "product";
// String packageName = "market";
String packageName = "market";
// tableName 指定需要生成的表
String tableName = "sys_devices";
String author = "ww";
String tableName = "mk_ocr";
String author = "zs";
//是否生成DTO实体 默认生成
boolean isGenerateDto = true;