Esempio n. 1
0
        /// <summary>
        /// 测试导出
        /// </summary>
        /// <returns></returns>
        public List <Demo> TestExportExcel()
        {
            string      sql  = "select * from Demo ";
            List <Demo> list = _demoRepository.GetList(sql);

            return(list);
        }