From 842a1a88687dfe3893cc765b3886055f0535deb3 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 01 八月 2023 15:29:56 +0800 Subject: [PATCH] fix --- model/request/client.go | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/model/request/client.go b/model/request/client.go index e27bb01..527f503 100644 --- a/model/request/client.go +++ b/model/request/client.go @@ -31,3 +31,7 @@ PageInfo Keyword string `json:"keyword"` } + +type DeleteClient struct { + Ids []int `json:"ids"` +} -- Gitblit v1.8.0