v3.27.0 【优化】员工缓存;【优化】代码生成;【优化】redis缓存失效时间

This commit is contained in:
zhuoda
2025-08-18 21:07:32 +08:00
parent 942c628cc6
commit 9361097097
16 changed files with 86 additions and 0 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` ;