From 7dd3088da123cd251e6b0f4ffdea01c0b3f9d15d Mon Sep 17 00:00:00 2001 From: kanade Date: Thu, 27 Jul 2023 09:53:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customer/user/rale.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/customer/user/rale.go b/customer/user/rale.go index 5ebd5be..ddc9845 100644 --- a/customer/user/rale.go +++ b/customer/user/rale.go @@ -15,9 +15,8 @@ type ArgsUserRealLists struct { } type UserRealSearch struct { - UserName string - ApplyUserName string - AuditStatus uint // 状态 1=待审核 2=审核通过 3=审核驳回 + UserName string + AuditStatus uint // 状态 1=待审核 2=审核通过 3=审核驳回 } type ReplyUserRealLists struct {