Merge remote-tracking branch 'origin/DM/ebom导入加单位'

This commit is contained in:
10001392 2024-09-12 17:06:02 +08:00
commit 11279f4335
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ public class BomNewEBomImportExcelDTO {
@ExcelColumn(value = "数量*") @ExcelColumn(value = "数量*")
private BigDecimal num; private BigDecimal num;
@ExcelColumn(value = "单位")
private String materialOriginalUnit;
@ExcelColumn(value = "材质") @ExcelColumn(value = "材质")