@@ -84,5 +84,6 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
public int? type { get; set; } = 0;
public string workDesc { get; set; }
public long workEnd { get; set; }
+ public List<JsonElement> examInfo { get; set; } = new List<JsonElement>();
}