示例#1
0
        public BaseListResponse <SystemConfig> GetAll()
        {
            BaseListResponse <SystemConfig> result = shareService.GetAllSystemConfig();

            return(result);
        }