CrazyIter_Bin пре 2 година
родитељ
комит
8528966b31
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      TEAMModelOS.SDK/Models/Cosmos/Student/StudentArtResult.cs

+ 1 - 1
TEAMModelOS.SDK/Models/Cosmos/Student/StudentArtResult.cs

@@ -14,7 +14,7 @@ namespace TEAMModelOS.SDK.Models
         public string studentId { get; set; }
         public string studentName { get; set; }
         public string picture { get; set; }
-        public string userType { get; set; }
+        public int userType { get; set; }
         public string school { get; set; }
         public List<string> classIds { get; set; }
         public string artId { get; set; }