导入导出

This commit is contained in:
2026-01-08 11:06:25 +08:00
parent 98ae907b8a
commit cddfe45897
3 changed files with 11 additions and 3 deletions

View File

@@ -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);