@@ -416,6 +416,7 @@ public class Patent {
@JsonProperty("image_vector")
private List<ImageVector> imageVector;
+
@JsonProperty("patent_join")
PatentJoin patentJoin;
@@ -65,4 +65,10 @@ public class PatentVector {
@JsonProperty("loc")
private List<PatentClassify> loc;
+ @JsonProperty("patent_join")
+ PatentJoin patentJoin;
+ @JsonProperty("asso_person_product_id")
+ PatentJoin assoPersonProductId;
}
@@ -9,7 +9,7 @@ public class SelectPatentDTO {
private Boolean ifAllExport = false;
//导出数量
- private Integer limitNum;
+ private Integer limitNum = 100;
//爆款产品id
private Integer productId;