1.4.1新增账单流水

This commit is contained in:
hupeng
2019-12-08 19:00:51 +08:00
parent 10bde2ceda
commit 907c0e7d97
12 changed files with 478 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class CodeGenerator {
// 作者
private static final String AUTHOR = "hupeng";
// 生成的表名称
private static final String TABLE_NAME = "yx_user_task_finish"; // 主键数据库列名称
private static final String TABLE_NAME = "yx_user_recharge"; // 主键数据库列名称
private static final String PK_ID_COLUMN_NAME = "id";
// 代码生成策略 trueAll/false:SIMPLE
private static final boolean GENERATOR_STRATEGY = true;