From 6e87a1f6795af50133b10fa853fd6c2d14bb698c Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期日, 13 八月 2023 15:20:27 +0800 Subject: [PATCH] 完善退款单 --- 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