【数数】报错修改

dev_chengFeng
gaoxin 2021-09-22 18:05:57 +08:00
parent 5d0d24066a
commit 3546e9ac7c
1 changed files with 2 additions and 2 deletions

View File

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