mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-16 04:36:35 +08:00
feat: dbms新增支持工单流程审批
This commit is contained in:
11
server/internal/db/application/db_flow.go
Normal file
11
server/internal/db/application/db_flow.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package application
|
||||
|
||||
import flowapp "mayfly-go/internal/flow/application"
|
||||
|
||||
const (
|
||||
DbSqlExecFlowBizType = "db_sql_exec_flow" // db sql exec flow biz type
|
||||
)
|
||||
|
||||
func InitDbFlowHandler() {
|
||||
flowapp.RegisterBizHandler(DbSqlExecFlowBizType, GetDbSqlExecApp())
|
||||
}
|
||||
Reference in New Issue
Block a user