12121
This commit is contained in:
13
Service/Application.Domain.Entity/logdb/ot/game_broadcast.cs
Normal file
13
Service/Application.Domain.Entity/logdb/ot/game_broadcast.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class game_broadcast
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public int area { get; set; }
|
||||
public string code { get; set; }
|
||||
public string userId { get; set; }
|
||||
public string userNo { get; set; }
|
||||
public string nick { get; set; }
|
||||
public string msg { get; set; }
|
||||
public long endTime { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user