|
|
@@ -33,15 +33,18 @@ public class PatentDemand extends BaseEntity {
|
|
|
一种***方法 或 一种***装置
|
|
|
*/
|
|
|
@ApiModelProperty(value = "专利名称")
|
|
|
+ @Searchable
|
|
|
private String name;
|
|
|
|
|
|
@ApiModelProperty(value = "包含关键字")
|
|
|
+ @Searchable
|
|
|
private String keyword;
|
|
|
|
|
|
/*
|
|
|
脱密专利没有
|
|
|
*/
|
|
|
@ApiModelProperty(value = "专利类型")
|
|
|
+ @Searchable
|
|
|
private String patentType;
|
|
|
@ApiModelProperty(value = "专利类型")
|
|
|
private Long patentTypeId;
|
|
|
@@ -60,6 +63,7 @@ public class PatentDemand extends BaseEntity {
|
|
|
*/
|
|
|
@ExcelIgnore
|
|
|
@ApiModelProperty(value = "行业分类")
|
|
|
+ @Searchable
|
|
|
private Long industryClass;
|
|
|
|
|
|
@Searchable
|