....
This commit is contained in:
9
Back/Data/Models/TiceketUnknownPeople.cs
Normal file
9
Back/Data/Models/TiceketUnknownPeople.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Back.Data.Models
|
||||
{
|
||||
public class TiceketUnknownPeople
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public string Mobile { get; set; }
|
||||
public string FullName { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user