桌码生成策略修改

This commit is contained in:
张松
2025-02-19 09:50:26 +08:00
parent a3e1e45a4e
commit c51120b64c
10 changed files with 216 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ public class Main {
// String packageName = "product";
// String packageName = "order";
String tableName = "tb_shop_area";
String tableName = "tb_shop_table_code";
String author = "zs";
//是否生成DTO实体 默认生成
boolean isGenerateDto = true;