CrazyIter_Bin před 2 roky
rodič
revize
b9e8d9362d

+ 8 - 0
TEAMModelOS.SDK/Models/Cosmos/Common/ArtEvaluation.cs

@@ -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; }