示例#1
0
 public ResultBasic <byte[]> ExportExcel(ExportParam input)
 {
     return(_export.ExportExcel(input));
 }