From 1ba1ecb2760ff21fc66db7a91fa099db489dd385 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 02 八月 2023 17:10:28 +0800 Subject: [PATCH] add --- model/request/client.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/request/client.go b/model/request/client.go index 527f503..7ebbf6c 100644 --- a/model/request/client.go +++ b/model/request/client.go @@ -29,7 +29,7 @@ type GetClientList struct { PageInfo - Keyword string `json:"keyword"` + SearchMap map[string]interface{} `json:"search_map"` } type DeleteClient struct { -- Gitblit v1.8.0