From c6b0e61f4447099060ccd881e72d5d35edac2c97 Mon Sep 17 00:00:00 2001 From: 友杰 <273666957@qq.com> Date: 星期四, 30 六月 2022 13:41:03 +0800 Subject: [PATCH] update ruoyi-generator/src/main/java/com/ruoyi/generator/domain/GenTableColumn.java. bug-修复代码生成首字母大写问题 --- script/sql/ry_vue_4.X.sql | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/sql/ry_vue_4.X.sql b/script/sql/ry_vue_4.X.sql index 07fe33e..560f3fc 100644 --- a/script/sql/ry_vue_4.X.sql +++ b/script/sql/ry_vue_4.X.sql @@ -515,7 +515,7 @@ -- ---------------------------- drop table if exists sys_config; create table sys_config ( - config_id int(5) not null comment '鍙傛暟涓婚敭', + config_id bigint(20) not null comment '鍙傛暟涓婚敭', config_name varchar(100) default '' comment '鍙傛暟鍚嶇О', config_key varchar(100) default '' comment '鍙傛暟閿悕', config_value varchar(500) default '' comment '鍙傛暟閿��', @@ -559,7 +559,7 @@ -- ---------------------------- drop table if exists sys_notice; create table sys_notice ( - notice_id int(4) not null comment '鍏憡ID', + notice_id bigint(20) not null comment '鍏憡ID', notice_title varchar(50) not null comment '鍏憡鏍囬', notice_type char(1) not null comment '鍏憡绫诲瀷锛�1閫氱煡 2鍏憡锛�', notice_content longblob default null comment '鍏憡鍐呭', -- Gitblit v1.9.3