refactor(types): 重构类型系统,统一共享类型定义

feat(types): 新增共享类型中心,包含用户、产品、订单等核心领域类型
fix(types): 修复类型定义错误,统一各模块类型引用
style(types): 优化类型文件格式和注释
docs(types): 更新类型文档和变更日志
test(types): 添加类型测试用例
build(types): 配置类型共享路径
chore(types): 清理重复类型定义文件
This commit is contained in:
2026-03-20 17:53:46 +08:00
parent 989c4b13a6
commit 427becbc8f
222 changed files with 25676 additions and 6328 deletions

View File

@@ -29,7 +29,9 @@
"dependencies": {
"@nestjs/common": "^11.1.17",
"@nestjs/event-emitter": "^3.0.1",
"@nestjs/swagger": "^11.2.6",
"@nestjs/typeorm": "^11.0.0",
"@prisma/client": "^7.5.0",
"@types/bcrypt": "^6.0.0",
"@types/node-cron": "^3.0.11",
"@types/speakeasy": "^2.0.10",
@@ -49,6 +51,8 @@
"redis": "^5.11.0",
"sharp": "^0.34.5",
"speakeasy": "^2.0.0",
"tsoa": "^7.0.0-alpha.0",
"typedi": "^0.10.0",
"typeorm": "^0.3.28",
"uuid": "^11.1.0",
"ws": "^8.19.0",