From 3e5480a69ab4d6c3494eb517e69e141b80fac3de Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 17 十月 2023 17:25:11 +0800
Subject: [PATCH] 联系人去除编码
---
model/request/assign.go | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/model/request/assign.go b/model/request/assign.go
index 2c59c05..47f61f3 100644
--- a/model/request/assign.go
+++ b/model/request/assign.go
@@ -1,7 +1,7 @@
-package request
-
-type Assign struct {
- MemberId int `json:"member_id"`
- Type string `json:"type"`
- Ids []int `json:"ids"`
-}
+package request
+
+type Assign struct {
+ MemberId int `json:"member_id"`
+ Type string `json:"type"` // 绫诲瀷: client: 瀹㈡埛; salesLead: 閿�鍞嚎绱�; contact: 鑱旂郴浜�; followRecord: 璺熻繘璁板綍
+ Ids []int `json:"ids"`
+}
--
Gitblit v1.8.0