pad点餐接口

This commit is contained in:
张松
2025-02-20 10:47:51 +08:00
parent 2c324221a9
commit 9207cabc2a
41 changed files with 1581 additions and 2 deletions

View File

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