|
@@ -29,7 +29,7 @@ public class QuestionDTO {
|
|
|
private BigDecimal minValue; //最小值
|
|
|
private BigDecimal maxValue; //最大值
|
|
|
private Integer position; //标签显示位置(0:在标签后,1:在标签前)
|
|
|
- private Integer showAdd; //是否显示+
|
|
|
+ private String showAdd; //复制文字
|
|
|
private Integer formPosition; //填写单显示位置(0:左, 1:上)
|
|
|
private Integer textGenerate; //文本生成规则
|
|
|
private Integer symptomType; //主症状和伴随症状对应的question类型
|