package vo type ConfigVo struct { Key string `json:"key"` Value string `json:"value"` Remark string `json:"remark"` }