mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-08 08:50:25 +08:00
feat: dbms新增支持工单流程审批
This commit is contained in:
13
server/internal/flow/application/param.go
Normal file
13
server/internal/flow/application/param.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package application
|
||||
|
||||
// 启动流程实例请求入参
|
||||
type StarProcParam struct {
|
||||
BizType string // 业务类型
|
||||
BizKey string // 业务key
|
||||
Remark string // 备注
|
||||
}
|
||||
|
||||
type CompleteProcinstTaskParam struct {
|
||||
TaskId uint64
|
||||
Remark string // 备注
|
||||
}
|
||||
Reference in New Issue
Block a user