Digital Office Automation System Backend
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

update-4.0-4.1.sql 195B

1 päivä sitten
123
  1. alter table sys_menu change query query_param varchar(255) default null comment '路由参数';
  2. alter table sys_dept modify column ancestors varchar(500) null default '' comment '祖级列表';