设备操作接口

This commit is contained in:
gong
2025-11-24 14:21:01 +08:00
parent ee41fd2253
commit 97b03a8495
9 changed files with 395 additions and 3 deletions

View File

@@ -29,12 +29,12 @@ 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 = "mk_distribution_withdraw_flow";
String tableName = "sys_devices";
String author = "ww";
//是否生成DTO实体 默认生成
boolean isGenerateDto = true;