消息中心

This commit is contained in:
gong
2025-12-09 19:31:37 +08:00
parent 76b93cf8b2
commit a8ac7f0fc5
17 changed files with 346 additions and 18 deletions

View File

@@ -30,12 +30,12 @@ public class Main {
// String packageName = "system";
// String packageName = "account";
String packageName = "account";
// String packageName = "product";
String packageName = "market";
// String packageName = "market";
// tableName 指定需要生成的表
String tableName = "mk_ocr";
String author = "zs";
String tableName = "ac_user_msg";
String author = "gyj";
//是否生成DTO实体 默认生成
boolean isGenerateDto = true;