|
@@ -23,6 +23,10 @@ namespace TEAMModelOS.SDK.Models
|
|
public string id { get; set; }
|
|
public string id { get; set; }
|
|
public string name { get; set; }
|
|
public string name { get; set; }
|
|
public double percent { get; set; }
|
|
public double percent { get; set; }
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 0评分,1评测,2作业
|
|
|
|
+ /// </summary>
|
|
|
|
+ public int type { get; set; }
|
|
public List<ArtQuota> children { get; set; }=new List<ArtQuota>();
|
|
public List<ArtQuota> children { get; set; }=new List<ArtQuota>();
|
|
}
|
|
}
|
|
|
|
|