视频增加tag查询

This commit is contained in:
jianzhichu
2026-01-05 21:50:46 +08:00
parent b866cab3d8
commit 4e0169da90
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -17,6 +17,8 @@ namespace dy.net.dto
public List<string>? Dates { get; set; }
public List<string>? Dates2 { get; set; }
public string? Tag { get; set; }
}