|
@@ -297,6 +297,10 @@ namespace TEAMModelOS.SDK.Models
|
|
/// ["file"], 提交作品的格式
|
|
/// ["file"], 提交作品的格式
|
|
/// </summary>
|
|
/// </summary>
|
|
public List<string> fileType { get; set; } = new List<string>();
|
|
public List<string> fileType { get; set; } = new List<string>();
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 是否由队长上传 0个人上传,1 队长上传
|
|
|
|
+ /// </summary>
|
|
|
|
+ public int captainUpload { get; set; }
|
|
public string desc { get; set;}
|
|
public string desc { get; set;}
|
|
}
|
|
}
|
|
public class ContestSign
|
|
public class ContestSign
|
|
@@ -305,6 +309,10 @@ namespace TEAMModelOS.SDK.Models
|
|
/// "name", "phone", "period", "subject", "school", "contestType", "job"
|
|
/// "name", "phone", "period", "subject", "school", "contestType", "job"
|
|
/// </summary>
|
|
/// </summary>
|
|
public List<string> field { get; set; } = new List<string>();
|
|
public List<string> field { get; set; } = new List<string>();
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 报名类型,0个人,1团队
|
|
|
|
+ /// </summary>
|
|
|
|
+ public int type { get; set; }
|
|
public long stime { get; set; }
|
|
public long stime { get; set; }
|
|
public long etime { get; set; }
|
|
public long etime { get; set; }
|
|
/// <summary>
|
|
/// <summary>
|