公众号小程序账号打通,充值增加了充值方案,增加电员核销check等

This commit is contained in:
hupeng
2020-03-23 18:26:29 +08:00
parent b4af2f2302
commit f55683d6e4
18 changed files with 375 additions and 49 deletions

View File

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