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