|
@@ -29,6 +29,7 @@ public class QuestionDTO {
|
|
|
private String description; // 客户端界面描述
|
|
|
private Integer specFlag;//特殊标记(0:没有标记,1:拼接到主诉)
|
|
|
private Integer required;//必填(0:不必填,1:必填)
|
|
|
+ private String exclusionDetail; //互斥选项(如1,2|3,4(1,2互斥,3,4互斥))
|
|
|
private String explains;//详细阐述
|
|
|
private Integer exclusionType; //互斥类型
|
|
|
private List<QuestionDetail> questionDetailList = new ArrayList<>(); //标签明细表
|