1
0
mirror of synced 2025-02-05 06:05:38 +01:00
2023-09-09 21:58:20 +09:00

8 lines
157 B
C#

namespace SharedProject.Models;
public class User
{
public string AccessCode { get; set; } = string.Empty;
public ulong Baid { get; set; }
}