瀏覽代碼

修改Name字段

CrazyIter 5 年之前
父節點
當前提交
c6b8242fb2
共有 1 個文件被更改,包括 2 次插入1 次删除
  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; }