From 3a4cea5b26b2ace4d0b405cb9f30dd4dbc988f11 Mon Sep 17 00:00:00 2001 From: PandaX <18610165312@163.com> Date: Tue, 7 Nov 2023 13:39:41 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BC=98=E5=8C=96]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/events/event_bus.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/events/event_bus.go b/pkg/events/event_bus.go index f7d324b..cf4b876 100644 --- a/pkg/events/event_bus.go +++ b/pkg/events/event_bus.go @@ -8,8 +8,8 @@ import ( type Handler func(args ...interface{}) const ( - ProductChainRuleEvent = "ProductChainRuleEvent" - ProductTSLEvent = "ProductTSLEvent" // 产品属性改变, 设备td表也要跟着变 + ProductChainRuleEvent = "ProductChainRuleEvent" //规则链改变,所对应的产品绑定的缓存也要改变 + ProductTSLEvent = "ProductTSLEvent" // 产品属性改变, 设备td表也要跟着变 ) // EventInterface Events接口