|
|
|
@ -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 {
|
|
|
|
|