From e0a433e9c31594527a3bf7766c0bfb2cbbceffdb Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期三, 26 七月 2023 10:09:04 +0800
Subject: [PATCH] fix add pageInfo, keyword to all the list

---
 model/request/plan.go |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/model/request/plan.go b/model/request/plan.go
index f262cec..706f8c2 100644
--- a/model/request/plan.go
+++ b/model/request/plan.go
@@ -20,3 +20,8 @@
 	Id   int  `json:"id"`
 	Plan Plan `json:"plan"`
 }
+
+type GetPlanList struct {
+	PageInfo
+	Keyword string `json:"keyword"`
+}

--
Gitblit v1.8.0