摘要:
1 private void GeneratePdf() 2 { 3 var pdfGeneratorFullPath = configuration.GetSection("Exe").GetSection("ExePath").Value;//获取exe目录 4 var pdfGenerator 阅读全文
摘要:
1 var resultArray = await _lisfreeSql.Select<CodeSex, DzCodeSex>() 2 .LeftJoin((a, b) => a.Code == b.SexCode) 3 .Where((a, b) => b.HospitalId == null 阅读全文
摘要:
1、Excel帮助类 1 public static class ExcelHelper 2 { 3 public static DataTable ReadToDataTable(string strFileName) 4 { 5 IWorkbook workbook; 6 using (File 阅读全文
摘要:
1 public async Task Execute(IJobExecutionContext context) 2 { 3 var filePath = _configuration.GetSection("TempFolderPath").GetSection("Path").Value; 4 阅读全文