mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-15 04:06:35 +08:00
feat: dbms新增支持工单流程审批
This commit is contained in:
6
server/internal/flow/api/form/procinst.go
Normal file
6
server/internal/flow/api/form/procinst.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package form
|
||||
|
||||
type ProcinstTaskAudit struct {
|
||||
Id uint64 `json:"id" binding:"required"`
|
||||
Remark string `json:"remark"`
|
||||
}
|
||||
Reference in New Issue
Block a user