This commit is contained in:
zhuoda
2025-08-18 21:11:44 +08:00
parent 921449f8d4
commit 4b34c9960c
34 changed files with 669 additions and 54 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` ;