package model type SysCfg struct { Key string // 键 Val string // 值 Memo string // 备注 MasterId int64 // 站长id }