From ff3e203423f296965472d1f09347cda5cfe3a786 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 11 八月 2023 11:37:19 +0800
Subject: [PATCH] update

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

diff --git a/model/request/quotation.go b/model/request/quotation.go
index 91654de..8ee6098 100644
--- a/model/request/quotation.go
+++ b/model/request/quotation.go
@@ -20,3 +20,8 @@
 	Id int `json:"id"`
 	Quotation
 }
+
+type GetQuotationList struct {
+	PageInfo
+	Keyword string `json:"keyword"`
+}

--
Gitblit v1.8.0