|
@@ -41,6 +41,7 @@ public class QuestionWrapper implements Serializable {
|
|
|
private String showAdd; //复制文字
|
|
|
private Integer showInfo; //是否显示i
|
|
|
private String joint; //标签连接符
|
|
|
+ private String formulaCode; //公式编码
|
|
|
private String remark; //备注
|
|
|
private List<QuestionDetail> questionDetails = new ArrayList<>(); //明细
|
|
|
private List<QuestionMappingWrapper> questionMappings = new ArrayList<>(); //映射关系
|