agent-skill-backend
Go to file
wangzhiwei a401b05ad8 feat(content): 添加父分类ID字段支持
- 在CmsContent实体类中新增parentCategoryId字段
- 在CmsContentDto数据传输对象中添加parentCategoryId属性
- 更新数据库映射文件中的查询语句以包含parent_category_id字段
- 添加针对parentCategoryId的条件查询逻辑
- 在插入和更新操作中支持parentCategoryId字段
- 为官方内容添加isOfficial过滤条件支持
2026-01-29 18:30:32 +08:00
.mvn/wrapper Initial commit of backend project 2026-01-22 10:20:02 +08:00
db 修改cms_content表结构和查询逻辑以支持多个分类ID 2026-01-28 10:57:28 +08:00
src feat(content): 添加父分类ID字段支持 2026-01-29 18:30:32 +08:00
.gitignore Merge and resolve conflicts in README.md and .gitignore 2026-01-22 10:54:39 +08:00
Dockerfile Initial commit of backend project 2026-01-22 10:20:02 +08:00
README.md Merge and resolve conflicts in README.md and .gitignore 2026-01-22 10:54:39 +08:00
mvnw.cmd Initial commit of backend project 2026-01-22 10:20:02 +08:00
pom.xml perf(database): 移除重复查询并添加FastJSON依赖 2026-01-28 19:12:49 +08:00

README.md

agent-skill-backend

agent-skill-backend