From 5f0170df9787c6f3ff17cc168b3f2e3f511453f6 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 31 十月 2023 20:04:16 +0800
Subject: [PATCH] 支持职级降级的情况
---
model/request/contact.go | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/model/request/contact.go b/model/request/contact.go
index de6601f..072d995 100644
--- a/model/request/contact.go
+++ b/model/request/contact.go
@@ -20,6 +20,8 @@
ProvinceId int `json:"province_id"` // 鐪佷唤ID
CityId int `json:"city_id"` // 鍩庡競ID
RegionId int `json:"region_id"` // 鍖哄煙ID
+ //CodeStandID string `json:"codeStandID"` //缂栫爜id
+ //CodeRule code.CodeStandard `json:"codeRule"`
}
type UpdateContact struct {
@@ -30,6 +32,7 @@
type GetContactList struct {
PageInfo
SearchMap map[string]interface{} `json:"search_map"` // 鎼滅储鏉′欢: map[string]interface{}{"name": "xxx"}; {"name": "瀹㈡埛鍚嶇О", "phone": "鎵嬫満鍙风爜", "detail_address":"璇︾粏鍦板潃", "next_visit_time":"涓嬪洖鍥炶鏃ユ湡", "member_name": "閿�鍞礋璐d汉", "client_status": "瀹㈡埛鐘舵��", "client_level": "閲嶈绾у埆", "is_first": "鏄惁鏄瑕佽仈绯讳汉", "client_id": "clientId 鐢ㄤ簬杩斿洖棣栬鑱旂郴浜�"}
+ ClientId int `json:"clientId"` //瀹㈡埛id
}
type DeleteContact struct {
--
Gitblit v1.8.0