mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 16:00:25 +08:00
7 lines
103 B
Go
7 lines
103 B
Go
package application
|
|
|
|
const (
|
|
FlowTaskNotifyBizKey = "flow:task:notify" // 工单任务处理通知
|
|
|
|
)
|