Uat_Study
parent
ba1c7a7a8e
commit
1a1c7606d6
|
@ -555,6 +555,12 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
|
|
||||||
public int? ParentQuestionShowOrder { get; set; }
|
public int? ParentQuestionShowOrder { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 病灶类型
|
||||||
|
/// </summary>
|
||||||
|
public LesionType? LesionType { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class TrialJudgeQuestion
|
public class TrialJudgeQuestion
|
||||||
|
|
Loading…
Reference in New Issue