店铺装修接口

This commit is contained in:
张松
2025-02-19 17:31:39 +08:00
parent b29eb348e5
commit a6c0143d29
8 changed files with 243 additions and 1 deletions

View File

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