台桌批量生成桌码接口

This commit is contained in:
张松
2025-02-18 16:11:32 +08:00
parent f00b51001a
commit d323ac3ef9
9 changed files with 115 additions and 4 deletions

View File

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