This commit is contained in:
2024-10-12 17:10:27 +08:00
parent 2717d71403
commit 2c977e19e3
2 changed files with 16 additions and 9 deletions

View File

@@ -17,9 +17,10 @@ type ArgsWorkflowList struct {
}
type WorkflowSearch struct {
BusinessId int64 // 业务id
BusinessType string
Status AuditStatus
BusinessId int64 // 业务id
BusinessType string
Status AuditStatus
AuditStaffIds []int64 // 审核人
}
type ReplyWorkflowList struct {
List []WorkflowItem