mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-26 17:36:35 +08:00
feat: sql解析器替换、工单统一由‘我的流程’发起、流程定义支持自定义条件触发审批、资源隐藏编号、model支持物理删除等
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
package form
|
||||
|
||||
import (
|
||||
"mayfly-go/pkg/utils/collx"
|
||||
)
|
||||
|
||||
type ProcinstStart struct {
|
||||
ProcdefId uint64 `json:"procdefId" binding:"required"` // 流程定义id
|
||||
BizType string `json:"bizType" binding:"required"` // 业务类型
|
||||
Remark string `json:"remark"` // 流程备注
|
||||
BizForm collx.M `json:"bizForm" binding:"required"` // 业务表单
|
||||
}
|
||||
|
||||
type ProcinstTaskAudit struct {
|
||||
Id uint64 `json:"id" binding:"required"`
|
||||
Remark string `json:"remark"`
|
||||
|
||||
Reference in New Issue
Block a user