|
@@ -39,8 +39,8 @@ namespace TEAMModelOS.SDK.Models
|
|
|
/// </summary>
|
|
|
public int count { get; set; }
|
|
|
public List<int> qu { get; set; } = new List<int>();
|
|
|
- //阅卷类型
|
|
|
- public string type { get; set; }
|
|
|
+ //阅卷类型1 正常卷 2 异常卷 3 仲裁卷
|
|
|
+ public int type { get; set; }
|
|
|
//模块数
|
|
|
public int model { get; set; }
|
|
|
}
|