iinit v.20250618

This commit is contained in:
jme
2025-06-18 18:05:38 +08:00
commit 025ef3c297
1229 changed files with 144588 additions and 0 deletions

View File

@ -0,0 +1,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 '祖级列表';