|
@@ -42,5 +42,7 @@ public class QuestionDTO {
|
|
|
private List<QuestionDTO> questionMapping = new ArrayList<>(); //下级标签
|
|
|
private String uniqueName; //隐藏名称
|
|
|
private String formulaCode; //公式编码
|
|
|
+ private Integer highlight;//主诉高亮(0.不高亮 1.高亮)
|
|
|
private String remark;//备注
|
|
|
+
|
|
|
}
|