CrazyIter_Bin 2 năm trước cách đây
mục cha
commit
8528966b31
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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; }