From c92534229c83436ffe9e6752209200dd70b77808 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期四, 17 八月 2023 19:19:44 +0800
Subject: [PATCH] add
---
model/request/client.go | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/model/request/client.go b/model/request/client.go
index fb41a58..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
}
@@ -36,3 +37,7 @@
type DeleteClient struct {
Ids []int `json:"ids"`
}
+
+type CheckClientName struct {
+ Name string `json:"name"`
+}
--
Gitblit v1.8.0