中台api接口
Go to file
tikkhun 3545633f9e feat(模板): 添加模板管理功能及相关服务
实现模板的增删改查功能,包括模板实体、DTO、服务和控制器
添加模板渲染服务用于动态生成产品SKU
在product服务中集成模板服务用于SKU生成
添加模板数据填充器初始化默认模板
2025-11-27 19:04:03 +08:00
src feat(模板): 添加模板管理功能及相关服务 2025-11-27 19:04:03 +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 feat(字典): 重构字典模块并实现产品属性关联 2025-11-27 18:45:30 +08:00
package.json feat(字典): 重构字典模块并实现产品属性关联 2025-11-27 18:45:30 +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接口