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/contract.go | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/model/request/contract.go b/model/request/contract.go index ce085ce..f86a93b 100644 --- a/model/request/contract.go +++ b/model/request/contract.go @@ -17,3 +17,8 @@ Id int `json:"id"` Contract } + +type GetContractList struct { + PageInfo + Keyword string `json:"keyword"` +} -- Gitblit v1.8.0