From 0ce02d3f2ccd767c50efe5f2e0211ec24f1583b3 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 15 八月 2023 10:26:37 +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