重构字典服务以统一格式化名称,将字典项名称中的空格、下划线和点转换为中划线并转为小写 更新字典项实体,移除name字段的唯一约束,改为组合索引(name, dict) 添加根据字典名称获取字典项的API端点 更新数据迁移和种子数据以匹配新的名称格式 |
||
|---|---|---|
| src | ||
| test/controller | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc.js | ||
| README.md | ||
| area-api-doc.md | ||
| bootstrap.js | ||
| jest.config.js | ||
| migration-guide.md | ||
| output.log | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| tsconfig.json | ||
| tsconfig.tsbuildinfo | ||
README.md
API
中台api接口