package dto // 动态分类的DTO type TimelineCategoryDTO struct { CategoryId string CategoryName string }