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