namespace DefaultNamespace.LogTool { [System.Serializable] public class LogServeData { public string hash { get; set; } public string title { get; set; } public string content { get; set; } public long time { get; set; } public string playerId { get; set; } /// /// 版本 /// public string v { get; set; } public string DeviceID { get; set; } public string operatingSystem { get; set; } public int LogType{ get; set; } public string gameName{ get; set; } } }