From 86df207c37502cce1b2043e1c7c0486459eef1d6 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期四, 13 三月 2025 19:58:45 +0800
Subject: [PATCH] 党员、诉求评论基础代码

---
 flower_city/src/main/java/com/dg/core/db/manual/pojo/Search.java |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/flower_city/src/main/java/com/dg/core/db/manual/pojo/Search.java b/flower_city/src/main/java/com/dg/core/db/manual/pojo/Search.java
index 1976c07..b1b01a5 100644
--- a/flower_city/src/main/java/com/dg/core/db/manual/pojo/Search.java
+++ b/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,16 @@
     @ApiModelProperty("浏览次数")
     private  Integer views;
 
-    @ApiModelProperty("搜索数据类型1.办事部门2.办事指南 3.推荐办事指南4.分类")
+    @ApiModelProperty("分类id")
+    private  Integer classifyId;
+
+    @ApiModelProperty("分类id父id")
+    private Integer parentClassifyId;
+
+    @ApiModelProperty("搜索数据类型1.办事部门2.办事指南 3.推荐办事指南4.分类 5.政策文件 6.法律法规")
     private  Integer type;
+
+    @ApiModelProperty("办事指南")
+    private List<TransactionEvent> transactionEventList;
+
 }

--
Gitblit v1.7.1