|
@@ -42,6 +42,7 @@ public class QuestionWrapper implements Serializable {
|
|
private Integer showInfo; //是否显示i
|
|
private Integer showInfo; //是否显示i
|
|
private String joint; //标签连接符
|
|
private String joint; //标签连接符
|
|
private String formulaCode; //公式编码
|
|
private String formulaCode; //公式编码
|
|
|
|
+ private Integer specFlag;//特殊标记(0:没有标记,1:主诉高亮,2:诱因记录)
|
|
private String remark; //备注
|
|
private String remark; //备注
|
|
private List<QuestionDetail> questionDetails = new ArrayList<>(); //明细
|
|
private List<QuestionDetail> questionDetails = new ArrayList<>(); //明细
|
|
private List<QuestionMappingWrapper> questionMappings = new ArrayList<>(); //映射关系
|
|
private List<QuestionMappingWrapper> questionMappings = new ArrayList<>(); //映射关系
|