Merge branch 'master' of git.oa00.com:supply-chain/service

finance
杨赟 2 years ago
commit 7dc7d50259

@ -11,6 +11,7 @@ type audit struct {
audit2.Audit audit2.Audit
} }
type AuditSearch struct { type AuditSearch struct {
ApplyUserId uint // 申请人
Status uint // 审核状态 1=未审核 2=通过 3=驳回 Status uint // 审核状态 1=未审核 2=通过 3=驳回
Name string // 用户名称 Name string // 用户名称
} }

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