|
@@ -44,7 +44,7 @@ public class QuestionDTO {
|
|
|
private List<QuestionDTO> questionMapping = new ArrayList<>(); //下级标签
|
|
|
private Integer disType;//诊断类型
|
|
|
private Integer specFlag;//特殊标记(0:没有标记,1:主诉高亮,2:诱因记录)
|
|
|
- private Integer selFlag;//开启默认选中标记(0:不开启,1:开启)
|
|
|
+ private Integer selFlag; // 开启默认选中标记(0:不开启,1:开启)
|
|
|
// private List<ScaleContentDTO> scale = new ArrayList<>();
|
|
|
private String remark;//备注
|
|
|
}
|