EBOM-导入加单位
This commit is contained in:
parent
a2e0d72842
commit
7466c73393
|
|
@ -38,6 +38,9 @@ public class BomNewEBomImportExcelDTO {
|
|||
@ExcelColumn(value = "数量*")
|
||||
private BigDecimal num;
|
||||
|
||||
@ExcelColumn(value = "单位")
|
||||
private BigDecimal materialOriginalUnit;
|
||||
|
||||
|
||||
|
||||
@ExcelColumn(value = "材质")
|
||||
|
|
|
|||
Loading…
Reference in New Issue