1.2.3 后台操作按钮调整及其新增开启拼团功能
This commit is contained in:
@ -45,9 +45,9 @@ public class CodeGenerator {
|
||||
// 作者
|
||||
private static final String AUTHOR = "hupeng";
|
||||
// 生成的表名称
|
||||
private static final String TABLE_NAME = "yx_user_address";
|
||||
private static final String TABLE_NAME = "yx_system_attachment";
|
||||
// 主键数据库列名称
|
||||
private static final String PK_ID_COLUMN_NAME = "id";
|
||||
private static final String PK_ID_COLUMN_NAME = "att_id";
|
||||
// 代码生成策略 true:All/false:SIMPLE
|
||||
private static final boolean GENERATOR_STRATEGY = true;
|
||||
// 分页列表查询是否排序 true:有排序参数/false:无
|
||||
|
Reference in New Issue
Block a user