From c60d971f9bf50e364cc50f0699249217ef9bbb6b Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 15 八月 2023 20:07:46 +0800
Subject: [PATCH] fix

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

diff --git a/model/request/client.go b/model/request/client.go
index 29303bf..540f3f3 100644
--- a/model/request/client.go
+++ b/model/request/client.go
@@ -19,6 +19,7 @@
 	LatestServiceTime string  `json:"latest_service_time"` // 鏈�鏅氭湇鍔℃椂闂�
 	Contact           Contact `json:"contact"`
 	SalesLeadsId      int     `json:"sales_leads_id"` // 閿�鍞嚎绱D
+	ContactId         int     `json:"contact_id"`     // 鑱旂郴浜篒D
 	Address
 	Business
 }

--
Gitblit v1.8.0