Merge branch 'dev'

This commit is contained in:
bunny 2025-05-07 19:36:18 +08:00
commit fb140baeaa
1 changed files with 0 additions and 5 deletions

View File

@ -463,11 +463,6 @@ CREATE TABLE `sys_email_users` (
INDEX `idx_time`(`update_time` ASC, `create_time` ASC) USING BTREE COMMENT '索引创建时间和更新时间'
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '邮箱发送表' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of sys_email_users
-- ----------------------------
INSERT INTO `sys_email_users` VALUES (2, '3324855376@qq.com', 'fdehkkbmavalcjea', 'smtp.qq.com', 465, 'smtps', 0, 1, '2024-05-14 18:43:50', '2025-05-01 00:09:04', 0, 1, 0);
-- ----------------------------
-- Table structure for sys_files
-- ----------------------------