1
0
mirror of synced 2025-01-30 20:03:46 +01:00

8 lines
156 B
C#
Raw Normal View History

2022-09-05 00:52:58 +08:00
namespace SharedProject.Models;
public class User
{
public string AccessCode { get; set; } = string.Empty;
public uint Baid { get; set; }
}