运营端充值

This commit is contained in:
张松
2025-10-27 13:43:26 +08:00
parent 423b6f303f
commit 7bb6198798
9 changed files with 109 additions and 17 deletions

View File

@@ -34,7 +34,7 @@ public class Main {
// String packageName = "product";
String packageName = "market";
// tableName 指定需要生成的表
String tableName = "mk_product_smart_suggest";
String tableName = "mk_distribution_amount_flow";
String author = "ww";
//是否生成DTO实体 默认生成
boolean isGenerateDto = true;