chore: document v1 dto fields

This commit is contained in:
2026-01-08 15:13:15 +08:00
parent a7e253a008
commit 675e7a6783
9 changed files with 355 additions and 157 deletions

View File

@@ -3,6 +3,7 @@ package dto
import "quyun/v2/app/requests"
type ContentListFilter struct {
// Pagination 分页参数page/limit
requests.Pagination
// Keyword 关键词搜索(匹配标题/摘要/描述)。
Keyword *string `query:"keyword"`