public BaseResponse <SystemConfig> Add(SystemConfig model) { return(shareService.AddSystemConfig(model)); }