疯狂的狮子li
2022-11-03 78290128e77c56ef1ae236b2f4128d49df4d8773
1
2
3
alter table sys_menu change query query_param varchar(255) default null comment '路由参数';
 
alter table sys_dept modify column ancestors varchar(500) null default '' comment '祖级列表';