|
@@ -30,6 +30,6 @@ public class QuestionWrapper implements Serializable {
|
|
|
private Integer bold; //换行(0:不换行,1:加粗)
|
|
|
private Integer position; //显示位置(1:靠右显示)
|
|
|
private String casesEntryIds; //质控条目id列表
|
|
|
- private String remark; //备注
|
|
|
+ //private String remark; //备注
|
|
|
private List<QuestionMappingWrapper> questionMappings = new ArrayList<>(); //映射关系
|
|
|
}
|