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