This commit is contained in:
2024-10-18 16:37:14 +08:00
parent 2c977e19e3
commit 2c467a3aec
14 changed files with 194 additions and 102 deletions

View File

@@ -19,6 +19,7 @@ type ArgsWorkflowList struct {
type WorkflowSearch struct {
BusinessId int64 // 业务id
BusinessType string
BusinessTypes []string
Status AuditStatus
AuditStaffIds []int64 // 审核人
}