fengjin
2022-10-13 ac31436a8da76a5388ff1700a34ea9247b8ec3d4
flower_city/src/main/java/com/dg/core/db/manual/pojo/Search.java
@@ -1,8 +1,11 @@
package com.dg.core.db.manual.pojo;
import com.dg.core.db.gen.entity.TransactionEvent;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.List;
@ApiModel("自公告门户网搜索数据")
@Data
@@ -20,6 +23,13 @@
    @ApiModelProperty("浏览次数")
    private  Integer views;
    @ApiModelProperty("分类id")
    private  Integer classifyId;
    @ApiModelProperty("搜索数据类型1.办事部门2.办事指南 3.推荐办事指南4.分类")
    private  Integer type;
    @ApiModelProperty("办事指南")
    private List<TransactionEvent> transactionEventList;
}