|
@@ -34,7 +34,6 @@ public class QuestionDTO {
|
|
private Integer textGenerate; //文本生成规则
|
|
private Integer textGenerate; //文本生成规则
|
|
private Integer symptomType; //主症状和伴随症状对应的question类型
|
|
private Integer symptomType; //主症状和伴随症状对应的question类型
|
|
private Integer exclusionType; //互斥类型
|
|
private Integer exclusionType; //互斥类型
|
|
- private String judgeType; //判断类型(0:本身异常;1:本身正常;2:数字范围;3:计算公式;9:无需判断)
|
|
|
|
private Integer copyType;//是否复制
|
|
private Integer copyType;//是否复制
|
|
private Integer showInfo; //是否显示i
|
|
private Integer showInfo; //是否显示i
|
|
private String joint = ""; //标签后的连接符
|
|
private String joint = ""; //标签后的连接符
|