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

finance
杨赟 2 years ago
commit 7dc7d50259

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

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

Loading…
Cancel
Save