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"`