【数数】报错修改
parent
5d0d24066a
commit
3546e9ac7c
|
@ -65,8 +65,8 @@ namespace ThinkingAnalytics
|
|||
}
|
||||
|
||||
public Type? EventType { get; set; }
|
||||
public string EventName { get; }
|
||||
public Dictionary<string, object> Properties { get; }
|
||||
public string EventName { get; set; }
|
||||
public Dictionary<string, object> Properties { get; set; }
|
||||
|
||||
public DateTime EventTime { get; set; }
|
||||
public string ExtraId { get; set; }
|
||||
|
|
Loading…
Reference in New Issue