初始化

This commit is contained in:
2025-10-18 16:18:20 +08:00
parent cf2273e6da
commit e287d7bbde
33 changed files with 3575 additions and 303 deletions

View File

@@ -60,6 +60,7 @@ namespace FutureMailAPI.DTOs
public int UserId { get; set; }
public string Username { get; set; } = string.Empty;
public string? Avatar { get; set; }
public string Email { get; set; } = string.Empty;
}
public class SubscriptionResponseDto