|
@@ -129,121 +129,118 @@ public class Patent {
|
|
|
* IPC分类号(主)
|
|
|
*/
|
|
|
@JsonProperty("mipc")
|
|
|
- private PatentClassify mipc ;
|
|
|
+ private PatentClassify mipc;
|
|
|
|
|
|
/**
|
|
|
* ipc集合
|
|
|
*/
|
|
|
@JsonProperty("ipc")
|
|
|
- private List<PatentClassify> ipc ;
|
|
|
+ private List<PatentClassify> ipc;
|
|
|
|
|
|
/**
|
|
|
* CPC分类号(主)
|
|
|
*/
|
|
|
@JsonProperty("mcpc")
|
|
|
- private PatentClassify mcpc ;
|
|
|
+ private PatentClassify mcpc;
|
|
|
|
|
|
/**
|
|
|
* cpc集合
|
|
|
*/
|
|
|
@JsonProperty("cpc")
|
|
|
- private List<PatentClassify> cpc ;
|
|
|
+ private List<PatentClassify> cpc;
|
|
|
|
|
|
/**
|
|
|
* UPC分类号(主)
|
|
|
*/
|
|
|
@JsonProperty("mupc")
|
|
|
- private PatentClassify mupc ;
|
|
|
+ private PatentClassify mupc;
|
|
|
|
|
|
|
|
|
/**
|
|
|
* UPC集合
|
|
|
*/
|
|
|
@JsonProperty("upc")
|
|
|
- private List<PatentClassify> upc ;
|
|
|
+ private List<PatentClassify> upc;
|
|
|
|
|
|
/**
|
|
|
* UPC分类号(主)
|
|
|
*/
|
|
|
@JsonProperty("mloc")
|
|
|
- private PatentClassify mloc ;
|
|
|
+ private PatentClassify mloc;
|
|
|
|
|
|
|
|
|
/**
|
|
|
* UPC集合
|
|
|
*/
|
|
|
@JsonProperty("loc")
|
|
|
- private List<PatentClassify> loc ;
|
|
|
+ private List<PatentClassify> loc;
|
|
|
|
|
|
/**
|
|
|
* 专利状态
|
|
|
*/
|
|
|
@JsonProperty("simple_status")
|
|
|
- private String simpleStatus ;
|
|
|
+ private String simpleStatus;
|
|
|
|
|
|
/**
|
|
|
* 类型
|
|
|
*/
|
|
|
@JsonProperty("patent_type")
|
|
|
- private String patentType ;
|
|
|
+ private String patentType;
|
|
|
|
|
|
|
|
|
/**
|
|
|
* 权利要求
|
|
|
*/
|
|
|
@JsonProperty("claim")
|
|
|
- private List<Text> claim ;
|
|
|
-
|
|
|
-
|
|
|
+ private List<Text> claim;
|
|
|
|
|
|
/**
|
|
|
* pct申请号
|
|
|
*/
|
|
|
@JsonProperty("pctappdate")
|
|
|
- private Integer pctAppDate ;
|
|
|
+ private Integer pctAppDate;
|
|
|
|
|
|
/**
|
|
|
* pct申请日
|
|
|
*/
|
|
|
@JsonProperty("pctappno")
|
|
|
- private String pctAppNo ;
|
|
|
+ private String pctAppNo;
|
|
|
|
|
|
/**
|
|
|
* pct进入日期
|
|
|
*/
|
|
|
@JsonProperty("pctenterdate")
|
|
|
- private Integer pctEnterDate ;
|
|
|
+ private Integer pctEnterDate;
|
|
|
|
|
|
/**
|
|
|
* pct公开日
|
|
|
*/
|
|
|
@JsonProperty("pctpubdate")
|
|
|
- private Integer pctPubDate ;
|
|
|
+ private Integer pctPubDate;
|
|
|
|
|
|
/**
|
|
|
* pct公开号
|
|
|
*/
|
|
|
@JsonProperty("pctpubno")
|
|
|
- private String pctPubNo ;
|
|
|
+ private String pctPubNo;
|
|
|
|
|
|
/**
|
|
|
* wo指定国
|
|
|
*/
|
|
|
@JsonProperty("wo")
|
|
|
- private String wo ;
|
|
|
+ private String wo;
|
|
|
|
|
|
/**
|
|
|
* ep申请号
|
|
|
*/
|
|
|
@JsonProperty("ep_no")
|
|
|
- private String epNo ;
|
|
|
+ private String epNo;
|
|
|
|
|
|
/**
|
|
|
* ep申请日
|
|
|
*/
|
|
|
@JsonProperty("ep_date")
|
|
|
- private String epDate ;
|
|
|
-
|
|
|
+ private String epDate;
|
|
|
|
|
|
|
|
|
/**
|
|
@@ -274,13 +271,13 @@ public class Patent {
|
|
|
* 申请人数量
|
|
|
*/
|
|
|
@JsonProperty("applicants_num")
|
|
|
- private Integer applicantsNum ;
|
|
|
+ private Integer applicantsNum;
|
|
|
|
|
|
/**
|
|
|
* 权利人
|
|
|
*/
|
|
|
@JsonProperty("right_holder")
|
|
|
- private List<PatentPerson> rightHolder ;
|
|
|
+ private List<PatentPerson> rightHolder;
|
|
|
/**
|
|
|
* 标准权利人
|
|
|
*/
|
|
@@ -297,13 +294,13 @@ public class Patent {
|
|
|
* 权利人数量
|
|
|
*/
|
|
|
@JsonProperty("right_holder_num")
|
|
|
- private Integer rightHolderNum ;
|
|
|
+ private Integer rightHolderNum;
|
|
|
|
|
|
/**
|
|
|
* 发明人
|
|
|
*/
|
|
|
@JsonProperty("inventor")
|
|
|
- private List<PatentPerson> inventor ;
|
|
|
+ private List<PatentPerson> inventor;
|
|
|
/**
|
|
|
* 合并发明人
|
|
|
*/
|
|
@@ -315,19 +312,19 @@ public class Patent {
|
|
|
* 发明人数量
|
|
|
*/
|
|
|
@JsonProperty("inventor_num")
|
|
|
- private Integer inventor_num ;
|
|
|
+ private Integer inventor_num;
|
|
|
|
|
|
/**
|
|
|
* 代理机构
|
|
|
*/
|
|
|
@JsonProperty("agency")
|
|
|
- private String agency ;
|
|
|
+ private String agency;
|
|
|
|
|
|
/**
|
|
|
* 代理机构编号
|
|
|
*/
|
|
|
@JsonProperty("agency_no")
|
|
|
- private String agencyNo ;
|
|
|
+ private String agencyNo;
|
|
|
|
|
|
/**
|
|
|
* 代理人
|
|
@@ -339,64 +336,64 @@ public class Patent {
|
|
|
* 引用专利数量
|
|
|
*/
|
|
|
@JsonProperty("quote_patent_no_num")
|
|
|
- private Integer quotePatentNoNum ;
|
|
|
+ private Integer quotePatentNoNum;
|
|
|
|
|
|
/**
|
|
|
* 被引用专利数量
|
|
|
*/
|
|
|
@JsonProperty("quoted_patent_no_num")
|
|
|
- private Integer quotedPatentNoNum ;
|
|
|
+ private Integer quotedPatentNoNum;
|
|
|
|
|
|
|
|
|
/**
|
|
|
* 自定义栏位
|
|
|
*/
|
|
|
@JsonProperty("custom_field")
|
|
|
- List<ESCustomField> ESCustomField;
|
|
|
+ List<ESCustomField> ESCustomField;
|
|
|
/**
|
|
|
* 扩展同族数量
|
|
|
*/
|
|
|
@JsonProperty("patsnap_family_num")
|
|
|
- private Integer patsnapFamilyNum ;
|
|
|
+ private Integer patsnapFamilyNum;
|
|
|
/**
|
|
|
* 扩展同族id
|
|
|
*/
|
|
|
@JsonProperty("patsnap_family_id")
|
|
|
- private String patsnapFamilyId ;
|
|
|
+ private String patsnapFamilyId;
|
|
|
|
|
|
/**
|
|
|
* INPADOC同族数量
|
|
|
*/
|
|
|
@JsonProperty("inpadoc_family_num")
|
|
|
- private Integer inpadocFamilyNum ;
|
|
|
+ private Integer inpadocFamilyNum;
|
|
|
/**
|
|
|
* INPADOC同族id
|
|
|
*/
|
|
|
@JsonProperty("inpadoc_family_id")
|
|
|
- private String inpadocFamilyId ;
|
|
|
+ private String inpadocFamilyId;
|
|
|
|
|
|
/**
|
|
|
* 简单同族数量
|
|
|
*/
|
|
|
@JsonProperty("simple_family_num")
|
|
|
- private Integer simpleFamilyNum ;
|
|
|
+ private Integer simpleFamilyNum;
|
|
|
/**
|
|
|
* 简单同族id
|
|
|
*/
|
|
|
@JsonProperty("simple_family_id")
|
|
|
- private String simpleFamilyId ;
|
|
|
+ private String simpleFamilyId;
|
|
|
|
|
|
/**
|
|
|
* 专题库或报告id
|
|
|
*/
|
|
|
@JsonProperty("project_id")
|
|
|
- private Integer projectId ;
|
|
|
+ private Integer projectId;
|
|
|
|
|
|
/**
|
|
|
* 专题库或报告id
|
|
|
*/
|
|
|
@JsonProperty("product_id")
|
|
|
- private String productId ;
|
|
|
+ private String productId;
|
|
|
|
|
|
/**
|
|
|
* 专题库或报告的任务
|