feat: add student video and profile experience

This commit is contained in:
2026-07-28 15:23:42 +08:00
parent 5e993298e7
commit 7a3cf09a99
31 changed files with 19821 additions and 170 deletions

View File

@@ -22,6 +22,13 @@ public sealed class ProfileQueryDto
public string? Category { get; set; }
public bool IncludeLocked { get; set; }
[StringLength(100)]
public string? SourceType { get; set; }
public DateTimeOffset? From { get; set; }
public DateTimeOffset? To { get; set; }
}
public sealed class UpdateProfileDto