From 5f0170df9787c6f3ff17cc168b3f2e3f511453f6 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 31 十月 2023 20:04:16 +0800
Subject: [PATCH] 支持职级降级的情况
---
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