|
@@ -21,6 +21,8 @@ namespace TEAMModelOS.SDK.Models.Cosmos.Common
|
|
|
public List<double> scores { get; set; } = new List<double>();
|
|
|
public int model { get; set; }
|
|
|
public string mode { get; set; }
|
|
|
+ //阅卷类型1 正常卷 2 异常卷 3 仲裁卷
|
|
|
+ public int type { get; set; }
|
|
|
|
|
|
}
|
|
|
|