|
@@ -68,6 +68,14 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
|
|
|
public PeriodSimple period { get; set; }
|
|
|
public string periodType { get; set; }
|
|
|
public List<LostStudent> lost { get; set; } = new List<LostStudent>();
|
|
|
+
|
|
|
+ public List<Zymusicstd> zymusicstds { get; set; } = new List<Zymusicstd>();
|
|
|
+ }
|
|
|
+ public class Zymusicstd
|
|
|
+ {
|
|
|
+ public string code { get; set; }
|
|
|
+ public string label { get; set; }
|
|
|
+ public double percent { get; set; }
|
|
|
}
|
|
|
public class LostStudent {
|
|
|
public string code { get; set; }
|