TASK:1.日志记录简化 2. stylist参数变更 3.user添加查询用户数据接口

This commit is contained in:
2025-10-28 15:33:00 +08:00
parent dab9e0b396
commit 4601e87c73
14 changed files with 156 additions and 60 deletions

View File

@@ -1,6 +1,6 @@
-- Lane Carford AI系统基础架构数据库表结构
-- 创建数据库
CREATE DATABASE IF NOT EXISTS lanecarford CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE DATABASE IF NOT EXISTS lanecrawford CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
USE lanecrawford;
-- 1. 用户表