feat(app): update
This commit is contained in:
7
pkg/dto/TimelineCategoryDTO.go
Normal file
7
pkg/dto/TimelineCategoryDTO.go
Normal file
@ -0,0 +1,7 @@
|
||||
package dto
|
||||
|
||||
// 动态分类的DTO
|
||||
type TimelineCategoryDTO struct {
|
||||
CategoryId string
|
||||
CategoryName string
|
||||
}
|
||||
Reference in New Issue
Block a user