|
@@ -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>();
|