分账提现接口

This commit is contained in:
张松
2025-10-27 20:11:52 +08:00
parent 1560e5a36f
commit aed955c513
8 changed files with 67 additions and 92 deletions

View File

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