mirror of
https://gitee.com/iteaj/iboot.git
synced 2026-09-01 04:26:49 +08:00
新增系统通知功能
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
alter table sys_menu
|
||||
add msn char(16) null comment '所属模块';
|
||||
|
||||
create index sys_menu_msn_index
|
||||
on sys_menu (msn);
|
||||
@@ -0,0 +1,2 @@
|
||||
alter table iot_device_model
|
||||
add logo varchar(128) null comment 'logo地址' after id;
|
||||
Reference in New Issue
Block a user