|
@@ -35,7 +35,6 @@ public class QuestionWrapper implements Serializable {
|
|
|
private String labelSuffix; //后置内容
|
|
|
private BigDecimal minValue; //最小值
|
|
|
private BigDecimal maxValue; //最大值
|
|
|
- private String judgeType; //判断类型(0:本身异常;1:本身正常;2:数字范围;3:计算公式;9:无需判断)
|
|
|
private Integer textGenerate; //文本生成规则
|
|
|
private Integer copyType; //是否复制
|
|
|
private Integer showAdd; //是否显示+
|