添加参数

finance
杨赟 2 years ago
parent 9926bc4791
commit d2141a2c7d

@ -89,6 +89,7 @@ type ArgsAuditApply struct {
ApplyUserId uint `json:"applyUserId"` // 申请人id
CustomerId uint `json:"customerId"` // 客户id
ExpirationAt time.Time `json:"expirationAt"` // 到期时间
Enclosure string `json:"enclosure"` // 附件
Expand any `json:"expand"` // 拓展参数
}
@ -147,6 +148,7 @@ type ReplyAuditInfo struct {
Reason string `json:"reason"`
AuditUserId uint `json:"auditUserId"`
Expand any `json:"expand"`
Enclosure string `json:"enclosure"`
}
// Info @Title 详情

Loading…
Cancel
Save