Browse Source

Fix: BugInfo增加userId字段

Miaomz 4 years ago
parent
commit
9f15789a1c

+ 6 - 0
src/main/java/com/seecoder/dataanalysis/data/entity/devcloud/BugInfo.java

@@ -20,6 +20,12 @@ public class BugInfo {
     @Field("bug_id")
     private Integer bugId;
 
+    /**
+     * 用户 ID
+     */
+    @Field("user_id")
+    private Integer userId;
+
     /**
      * 优先级
      */