|
@@ -3,6 +3,7 @@ using System;
|
|
using System.Collections.Generic;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel.DataAnnotations;
|
|
using System.ComponentModel.DataAnnotations;
|
|
using System.Text;
|
|
using System.Text;
|
|
|
|
+using System.Text.Json.Serialization;
|
|
using TEAMModelOS.SDK.Context.Attributes.Azure;
|
|
using TEAMModelOS.SDK.Context.Attributes.Azure;
|
|
|
|
|
|
namespace TEAMModelOS.Service.Models.Core
|
|
namespace TEAMModelOS.Service.Models.Core
|
|
@@ -46,6 +47,8 @@ namespace TEAMModelOS.Service.Models.Core
|
|
public string shortCode { get; set; }
|
|
public string shortCode { get; set; }
|
|
public string profilePicture { get; set; }
|
|
public string profilePicture { get; set; }
|
|
public string profilePictureUrl { get; set; }
|
|
public string profilePictureUrl { get; set; }
|
|
|
|
+ [JsonPropertyName("TEAMModelId")]
|
|
|
|
+ [JsonProperty("TEAMModelId")]
|
|
public string TEAMModelId { get; set; }
|
|
public string TEAMModelId { get; set; }
|
|
public string loginTime { get; set; }
|
|
public string loginTime { get; set; }
|
|
public string virtualId { get; set; }
|
|
public string virtualId { get; set; }
|