From 780cb2240a9fe42be215ed33aa62f9eab885908e Mon Sep 17 00:00:00 2001 From: sian Date: Tue, 26 Jul 2022 10:28:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customer/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/user.go b/customer/user.go index c7d09d1..6d6c80b 100644 --- a/customer/user.go +++ b/customer/user.go @@ -22,7 +22,7 @@ type UserSearch struct { } type ArgsUserList struct { Search UserSearch - bean.Page + Page bean.Page } type UserItem struct { Id uint `json:"id"`