Browse Source

修改Name字段

CrazyIter 5 years ago
parent
commit
c6b8242fb2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      TEAMModelOS.Service/Models/Evaluation/Models/ExamInfo.cs

+ 2 - 1
TEAMModelOS.Service/Models/Evaluation/Models/ExamInfo.cs

@@ -2,6 +2,7 @@
 using System;
 using System.Collections.Generic;
 using System.Text;
+using System.Text.Json.Serialization;
 using TEAMModelOS.SDK.Context.Attributes.Azure;
 using TEAMModelOS.SDK.Module.AzureCosmosDBV3;
 
@@ -20,7 +21,7 @@ namespace TEAMModelOS.Service.Models.Evaluation.Models
         [PartitionKey]
         public string Code { get; set; }
         public string schoolCode { get; set; }
-        public string name { get; set; }
+        public string Name { get; set; }
         public int StuCount { get; set; }
         public int createTime { get; set; }