فهرست منبع

增加异常字段

wangfeng 6 سال پیش
والد
کامیت
e24c11b04d

+ 4 - 1
icss-service/src/main/java/com/diagbot/entity/QuestionDetail.java

@@ -68,7 +68,10 @@ public class QuestionDetail implements Serializable {
      */
     private String remark;
 
-
+    /**
+     * 是否异常
+     */
+    private Integer abnormal;
 
 
 }

+ 1 - 0
icss-service/src/main/resources/mapper/QuestionDetailMapper.xml

@@ -11,6 +11,7 @@
         <result column="question_id" property="questionId" />
         <result column="order_no" property="orderNo" />
         <result column="default_select" property="defaultSelect" />
+        <result column="abnormal" property="abnormal" />
         <result column="remark" property="remark" />
     </resultMap>