Merge remote-tracking branch 'origin/DM/ebom导入加单位'
This commit is contained in:
commit
11279f4335
|
|
@ -38,6 +38,9 @@ public class BomNewEBomImportExcelDTO {
|
|||
@ExcelColumn(value = "数量*")
|
||||
private BigDecimal num;
|
||||
|
||||
@ExcelColumn(value = "单位")
|
||||
private String materialOriginalUnit;
|
||||
|
||||
|
||||
|
||||
@ExcelColumn(value = "材质")
|
||||
|
|
|
|||
Loading…
Reference in New Issue