导入导出
This commit is contained in:
@@ -2,6 +2,7 @@ using DOAN.Model.BZFM;
|
||||
using DOAN.Model.BZFM.Dto;
|
||||
using DOAN.Model.System;
|
||||
using DOAN.Model.System.Dto;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
|
||||
namespace DOAN.Service.BZFM.IBZFMService
|
||||
{
|
||||
@@ -27,7 +28,7 @@ namespace DOAN.Service.BZFM.IBZFMService
|
||||
/// </summary>
|
||||
/// <param name="material"></param>
|
||||
/// <returns></returns>
|
||||
ImportResultDto Importmaterial(List<MmMaterialExcelDto> material);
|
||||
int Importmaterial(IFormFile formFile, string username);
|
||||
|
||||
public PagedInfo<MmMaterialExcelDto> SelectMaterialList(MmMaterialQueryDto material, PagerInfo pager);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user