|
@@ -10,12 +10,12 @@ namespace TEAMModelOS.Model.BaseInfo.Models
|
|
|
{
|
|
|
[JsonProperty(PropertyName = "id")]
|
|
|
public string Id { get; set; }
|
|
|
+ [PartitionKey]
|
|
|
public string Code { get; set; }
|
|
|
public string Name { get; set; }
|
|
|
public string HeadMaster { get; set; }
|
|
|
public string Period { get; set; }
|
|
|
- public string Grade { get; set; }
|
|
|
- [PartitionKey]
|
|
|
+ public string Grade { get; set; }
|
|
|
public string HiTeach { get; set; }
|
|
|
public int StuNum { get; set; }
|
|
|
public string ClassroomType { get; set; }
|