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