finance
黄伟 2 years ago
parent edf6005bc8
commit 27dba776cb

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

Loading…
Cancel
Save