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