finance
黄伟 2 years ago
parent e867146f51
commit e05c1d4c92

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

Loading…
Cancel
Save