中台api接口
Go to file
tikkhun 889f00bde8 feat(字典): 添加字典和字典项的管理功能
实现字典和字典项的完整CRUD功能,包括:
- 字典的创建、查询、更新和删除
- 字典项的创建、查询、更新和删除
- 支持按条件查询字典和字典项
- 使用DTO进行参数校验
2025-11-27 16:15:36 +08:00
src feat(字典): 添加字典和字典项的管理功能 2025-11-27 16:15:36 +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接口