导入导出

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

@@ -143,7 +143,7 @@ namespace DOAN.Service.BZFM
/// </summary>
/// <param name="material"></param>
/// <returns></returns>
public ImportResultDto Importmaterial(IFormFile formFile)
public int Importmaterial(IFormFile formFile)
{
int result = 0;
List<ProWorkorder> materialList = new();