mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
【添加】规则消息通知
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
jobEntity "pandax/apps/job/entity"
|
||||
logEntity "pandax/apps/log/entity"
|
||||
resSourceEntity "pandax/apps/resource/entity"
|
||||
ruleEntity "pandax/apps/rule/entity"
|
||||
"pandax/apps/system/entity"
|
||||
"pandax/pkg/global"
|
||||
)
|
||||
@@ -48,6 +49,8 @@ func InitTable() {
|
||||
flowEntity.FlowWorkStage{},
|
||||
flowEntity.FlowWorkTask{},
|
||||
flowEntity.FlowWorkTaskHistory{},
|
||||
|
||||
ruleEntity.RuleNotice{},
|
||||
),
|
||||
"初始化表失败")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user