CrazyIter_Bin 3 anni fa
parent
commit
f6d024f3a7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      TEAMModelOS.SDK/Models/Cosmos/Common/Homework.cs

+ 1 - 0
TEAMModelOS.SDK/Models/Cosmos/Common/Homework.cs

@@ -97,6 +97,7 @@ namespace TEAMModelOS.SDK.Models
         public long? size { get; set; } = 0;
         public string areaId { get; set; }
         public bool allowSupply { get; set; }
+        public bool allowComment { get; set; }
         public List<string> extLimit { get; set; } = new List<string>();
         public List<Attachment> attachments { get; set; } = new List<Attachment>();
         public List<Submits> teachers { get; set; } = new List<Submits>();