Browse Source

获取量表

zhaops 4 years ago
parent
commit
c980b7aa08
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/main/java/com/diagbot/dto/ConceptScaleDetailDTO.java

+ 5 - 0
src/main/java/com/diagbot/dto/ConceptScaleDetailDTO.java

@@ -46,6 +46,11 @@ public class ConceptScaleDetailDTO {
      */
     private Integer textType;
 
+    /**
+     * 结果类型(1算分;2显示选择结果)
+     */
+    private Integer resultType;
+
     /**
      * 选择类型(1单选2多选)
      */