package model type SysCfg struct { Key string // 键 Val string // 值 Memo string // 备注 }