@@ -98,9 +98,9 @@ namespace TEAMModelOS.SDK.Models
public long? size { get; set; } = 0;
public string areaId { get; set; }
/// <summary>
- /// 是否允许补交。
+ /// 是否允许补交。1 允许。0 不允许。
/// </summary>
- public bool allowSupply { get; set; }
+ public int allowSupply { get; set; }
/// 是否允许组长提交。