Files
Kg.SeaTime/Service/Application.Domain.Entity/logdb/ot/game_broadcast.cs
2026-06-17 19:22:35 +08:00

13 lines
367 B
C#

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; }
}