Merge branch 'feature/bpm-back' of https://gitee.com/zhijiantianya/ruoyi-vue-pro into feature/bpm-back

This commit is contained in:
kemengkai 2022-05-17 10:01:37 +08:00
commit 7395798fc8

2
sql/changeSql.sql Normal file
View File

@ -0,0 +1,2 @@
-- 增加title 2022-05-17
alter table tb_article add column title varchar(100) NULL DEFAULT '默认值' COMMENT '注释' after sender_name;