From c4c7d2598d2eeb10aa6f4c8c82144846160e321f Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期一, 21 八月 2023 10:16:48 +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