diff --git a/customer/user/cash.go b/customer/user/cash.go index 80975eb..6be2399 100644 --- a/customer/user/cash.go +++ b/customer/user/cash.go @@ -15,8 +15,8 @@ type ArgsCashLists struct { } type CashSearch struct { - Status uint // 状态 1=待审核 2=通过 3=驳回 - UserId uint // 客户id + Status uint // 状态 1=待审核 2=通过 3=驳回 + UserName string // 客户名称 } type CashItem struct {