导入导出

This commit is contained in:
2026-01-07 16:35:39 +08:00
parent 3c10b6c2cb
commit cf20bb845a

View File

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