소스 검색

修改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; }