feat: dbms新增支持工单流程审批

This commit is contained in:
meilin.huang
2024-02-29 22:12:50 +08:00
parent bf75483a3c
commit f93231da61
115 changed files with 3280 additions and 553 deletions

View File

@@ -0,0 +1,13 @@
package application
// 启动流程实例请求入参
type StarProcParam struct {
BizType string // 业务类型
BizKey string // 业务key
Remark string // 备注
}
type CompleteProcinstTaskParam struct {
TaskId uint64
Remark string // 备注
}