导入导出

This commit is contained in:
2026-01-07 15:25:05 +08:00
parent 82a49eab42
commit 2e3b0ea8ee
3 changed files with 5 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ namespace DOAN.Service.BZFM.IBZFMService
/// </summary>
/// <param name="material"></param>
/// <returns></returns>
ImportResultDto Importmaterial(List<MmMaterial> material);
ImportResultDto Importmaterial(List<MmMaterialExcelDto> material);
public PagedInfo<MmMaterial> SelectMaterialList(MmMaterialQueryDto material, PagerInfo pager);