From 9a7e0a7da01a9f9625ceaca0c61a59c540c6438f Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 18 八月 2023 17:32:10 +0800 Subject: [PATCH] fix --- model/request/assign.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/request/assign.go b/model/request/assign.go index 497fc42..47f61f3 100644 --- a/model/request/assign.go +++ b/model/request/assign.go @@ -2,6 +2,6 @@ type Assign struct { MemberId int `json:"member_id"` - Type string `json:"type"` + Type string `json:"type"` // 绫诲瀷: client: 瀹㈡埛; salesLead: 閿�鍞嚎绱�; contact: 鑱旂郴浜�; followRecord: 璺熻繘璁板綍 Ids []int `json:"ids"` } -- Gitblit v1.8.0