1、更新

This commit is contained in:
2025-05-22 15:35:52 +08:00
parent 5d4274f216
commit 231e2350a1
37 changed files with 1715 additions and 71 deletions

View File

@ -18,6 +18,11 @@ const (
MachineKeywords = "m_keywords:%s"
)
const (
//设备重启缓存 {machineId}
RebootMachine = "reboot_machine:%s"
)
const (
//系统配置缓存
Config = "config:%s"