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