新增物料清单Excel导入功能及相关接口

新增物料清单批量导入接口,支持Excel文件上传,自动设置创建时间和状态,完善DTO字段。实现批量插入、校验物料编码、统计导入结果。补充相关依赖和命名空间。
This commit is contained in:
2026-01-06 12:06:05 +08:00
parent 0bf4880a98
commit 96f414de66
5 changed files with 84 additions and 4 deletions

View File

@@ -9,6 +9,8 @@ namespace DOAN.Model.BZFM.Dto
public string CategoryCode { get; set; }
public string CategoryName { get; set; }
public string Status { get; set; }
public DateTime? CreatedTime { get; set; }
}
/// <summary>

View File

@@ -16,6 +16,7 @@ namespace DOAN.Model.BZFM.Dto
public string TypeLabel { get; set; }
public string Type { get; set; }
public string Status { get; set; }
public DateTime? CreatedTime { get; set; }
}
/// <summary>