导入导出

This commit is contained in:
2026-01-08 11:45:06 +08:00
parent 289ef83937
commit 912ddae8c5
5 changed files with 85 additions and 14 deletions

View File

@@ -138,7 +138,7 @@ namespace DOAN.Admin.WebApi.Controllers.BZFM
{
return SUCCESS(null);
}
int response = _MmMaterialService.Importmaterial(formFile, HttpContext.GetName());
ImportResultDto response = _MmMaterialService.Importmaterial(formFile, HttpContext.GetName());
return SUCCESS(response);
}