v3.26.0 【优化】分页请求2次;【优化】菜单展开单个代码优化;【优化】操作记录返回结果;【优化】json viewer升级;【优化】S3协议优化;【优化】代码生成字典优化;

This commit is contained in:
zhuoda
2025-08-10 15:07:22 +08:00
parent 7b340af79b
commit 921449f8d4
111 changed files with 322 additions and 277 deletions

View File

@@ -0,0 +1,4 @@
-- ----------------------------
-- Table structure for t_operate_log
-- ----------------------------
ALTER TABLE `t_operate_log` ADD COLUMN `response` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '返回结果' AFTER `param` ;