@ -23,6 +23,7 @@ type DepositAuditSearch struct {
ApplyDateEnd string // 申请日期
AuditDateStart string // 审核日期
AuditDateEnd string // 审核日期
ApplyUserId uint // 充值申请人
}
type ReplyDepositAuditList struct {
Lists []DepositAuditItem `json:"lists"`