导入导出
This commit is contained in:
@@ -143,7 +143,7 @@ namespace DOAN.Service.BZFM
|
||||
/// </summary>
|
||||
/// <param name="material"></param>
|
||||
/// <returns></returns>
|
||||
public ImportResultDto Importmaterial(List<MmMaterialExcelDto> material)
|
||||
public ImportResultDto Importmaterial(IFormFile formFile)
|
||||
{
|
||||
int result = 0;
|
||||
List<ProWorkorder> materialList = new();
|
||||
|
||||
Reference in New Issue
Block a user