11 2020 档案

摘要:集合表 private PdfPTable GetListRows(List<OutShowReportDetailDto> list) { PdfPTable table = new PdfPTable(6); table.TotalWidth = pdfContentWidth; int ind 阅读全文
posted @ 2020-11-23 09:49 jasonlai2016 阅读(719) 评论(0) 推荐(0)