zlyx
2022-09-14 d6400e382a91fe7b00fa9dc7a24499a5ebf0c211
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 '祖级列表';