From 08d858716ad674ebe81e9c11c62c9ec4b6ce8d87 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 17 八月 2023 20:00:45 +0800
Subject: [PATCH] add

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

diff --git a/model/request/quotation.go b/model/request/quotation.go
index f534363..ec532c8 100644
--- a/model/request/quotation.go
+++ b/model/request/quotation.go
@@ -28,3 +28,7 @@
 	PageInfo
 	SearchMap map[string]interface{} `json:"search_map"` // 鎼滅储鏉′欢: map[string]interface{}{"name": "xxx"}; {"sale_chance_id": 閿�鍞嚎绱d, "client_name": "瀹㈡埛鍚嶇О", "member_name": "閿�鍞礋璐d汉", "contact_name": "鑱旂郴浜�", "validity_date": "鏈夋晥鏈�"}
 }
+
+type DeleteQuotation struct {
+	Ids []int `json:"ids"`
+}

--
Gitblit v1.8.0