Sfoglia il codice sorgente

量表字段更新2

wangfeng 4 anni fa
parent
commit
f35186a255

+ 16 - 3
src/main/java/com/diagbot/vo/KlScaleSaveUpDetailVO.java

@@ -4,7 +4,6 @@ import lombok.Getter;
 import lombok.Setter;
 
 import java.math.BigDecimal;
-import java.util.Date;
 import java.util.List;
 
 /**
@@ -30,7 +29,17 @@ public class KlScaleSaveUpDetailVO {
     private BigDecimal score;
 
     /**
-     * 0表格1有分数2无分数
+     * 系数
+     */
+    private BigDecimal factor;
+
+    /**
+     * 常数
+     */
+    private BigDecimal constant;
+
+    /**
+     * 11表格;12文本;21标题;31算分;32显示选择结果
      */
     private Integer textType;
 
@@ -44,8 +53,12 @@ public class KlScaleSaveUpDetailVO {
      */
     private Integer orderNo;
 
+    /**
+     * 1:显示,0:不显示,2隐藏
+     */
+    private Integer status;
 
-    private String remark;
 
+    private String remark;
     List<KlScaleSubDetailVO> KlScaleDetail;
 }

+ 17 - 4
src/main/java/com/diagbot/vo/KlScaleSaveUpParentVO.java

@@ -31,20 +31,33 @@ public class KlScaleSaveUpParentVO {
     private BigDecimal score;
 
     /**
-     * 0表格1有分数2无分
+     * 
      */
-    private Integer textType;
+    private BigDecimal factor;
 
     /**
-     * 选择类型(1单选2多选)
+     * 常数
      */
-    private Integer selectType;
+    private BigDecimal constant;
+
+    /**
+     * 11表格;12文本;21标题;31算分;32显示选择结果
+     */
+    private Integer textType;
+
+
 
     /**
      * 显示顺序
      */
     private Integer orderNo;
 
+    /**
+     * 1:显示,0:不显示,2隐藏
+     */
+    private Integer status;
+
+
     private String remark;
 
     private List<KlScaleSaveGroupVO> klScaleSaveGroup;

+ 24 - 4
src/main/java/com/diagbot/vo/KlScaleSubDetailVO.java

@@ -29,20 +29,40 @@ public class KlScaleSubDetailVO {
     private BigDecimal score;
 
     /**
-     * 0表格1有分数2无分
+     * 
      */
-    private Integer textType;
+    private BigDecimal factor;
 
     /**
-     * 选择类型(1单选2多选)
+     * 常数
      */
-    private Integer selectType;
+    private BigDecimal constant;
+
+    /**
+     * 11表格;12文本;21标题;31算分;32显示选择结果
+     */
+    private Integer textType;
 
     /**
      * 显示顺序
      */
     private Integer orderNo;
 
+    /**
+     * 1:显示,0:不显示,2隐藏
+     */
+    private Integer status;
+
+
+    /**
+     * 结果
+     */
+    private String result;
+
+    /**
+     * 推送信息
+     */
+    private String pushInfo;
 
     private String remark;