初始代码

This commit is contained in:
hhh
2026-04-02 10:38:23 +08:00
parent d8b4140f50
commit aed67ce1fd
1937 changed files with 447678 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
UPDATE `sys_menu`
SET `menu_name` = REPLACE(`menu_name`, 'IIOT', 'YIOT')
WHERE `menu_name` LIKE '%IIOT%';