mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-11 20:29:45 +08:00
@@ -2,7 +2,8 @@
|
||||
{
|
||||
public class TicketCheck
|
||||
{
|
||||
public string WaitingAreaName { get; set; }
|
||||
public Guid Id { get; set; } = Guid.NewGuid();
|
||||
public string Name { get; set; }
|
||||
public override string ToString() => Name;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user