package service // 通用请求 服务层接口 type ICommont interface { // SystemConfigInfo 系统配置信息 SystemConfigInfo() map[string]any }