|
@@ -42,5 +42,7 @@ public class QuestionDTO {
|
|
|
private List<QuestionDTO> questionMapping = new ArrayList<>(); //下级标签
|
|
|
private String uniqueName; //隐藏名称
|
|
|
private String formulaCode; //公式编码
|
|
|
+ private Integer specFlag;//特殊标记(0:没有标记,1:主诉高亮,2:诱因记录)
|
|
|
private String remark;//备注
|
|
|
+
|
|
|
}
|