中台api接口
Go to file
tikkhun d9800f341f refactor(实体): 重构产品相关实体及字典系统
- 将分类、口味、规格实体重构为字典系统
- 新增dict和dict_item实体实现通用字典管理
- 修改product实体字段从categoryId改为brandId
- 修复order_coupon和order_refund_item实体文件名拼写错误
- 更新typeorm配置和种子数据初始化逻辑
- 调整相关DTO和控制器接口适配新字典系统
- 更新package.json依赖版本和脚本
2025-11-27 15:32:45 +08:00
src refactor(实体): 重构产品相关实体及字典系统 2025-11-27 15:32:45 +08:00
test/controller init 2025-05-22 15:15:43 +08:00
.eslintrc.json init 2025-05-22 15:15:43 +08:00
.gitignore chore: 更新.gitignore文件,添加container目录忽略 2025-11-13 14:35:08 +08:00
.prettierrc.js init 2025-05-22 15:15:43 +08:00
README.md Initial commit 2025-05-21 09:36:37 +00:00
bootstrap.js init 2025-05-22 15:15:43 +08:00
jest.config.js init 2025-05-22 15:15:43 +08:00
package-lock.json refactor(实体): 重构产品相关实体及字典系统 2025-11-27 15:32:45 +08:00
package.json refactor(实体): 重构产品相关实体及字典系统 2025-11-27 15:32:45 +08:00
pnpm-lock.yaml refactor(实体): 重构产品相关实体及字典系统 2025-11-27 15:32:45 +08:00
tsconfig.json Fix: bug fix 2025-09-23 16:32:49 +08:00

README.md

API

中台api接口