Parcourir la source

1、静态信息检索去重

zhaops il y a 3 ans
Parent
commit
c0475554dc
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      src/main/java/com/diagbot/vo/StaticKnowledgeIndexVO.java

+ 5 - 0
src/main/java/com/diagbot/vo/StaticKnowledgeIndexVO.java

@@ -32,4 +32,9 @@ public class StaticKnowledgeIndexVO {
      */
     @ApiModelProperty(hidden = true)
     private Integer hasInfo;
+
+    /**
+     * 去重id
+     */
+    private List<Long> notInIds;
 }