mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
[优化]
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
|||||||
type Handler func(args ...interface{})
|
type Handler func(args ...interface{})
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ProductChainRuleEvent = "ProductChainRuleEvent"
|
ProductChainRuleEvent = "ProductChainRuleEvent" //规则链改变,所对应的产品绑定的缓存也要改变
|
||||||
ProductTSLEvent = "ProductTSLEvent" // 产品属性改变, 设备td表也要跟着变
|
ProductTSLEvent = "ProductTSLEvent" // 产品属性改变, 设备td表也要跟着变
|
||||||
)
|
)
|
||||||
|
|
||||||
// EventInterface Events接口
|
// EventInterface Events接口
|
||||||
|
|||||||
Reference in New Issue
Block a user