|
@ -20,23 +20,23 @@ public class AmMaterial { |
|
|
@ExcelColumn(value = "物料编号", col = 1) |
|
|
@ExcelColumn(value = "物料编号", col = 1) |
|
|
private String code; |
|
|
private String code; |
|
|
|
|
|
|
|
|
@ExcelColumn(value = "物料数值", col = 3) |
|
|
@ExcelColumn(value = "数量", col = 2) |
|
|
|
|
|
private Integer num; |
|
|
|
|
|
|
|
|
|
|
|
@ExcelColumn(value = "值", col = 3) |
|
|
private String value; |
|
|
private String value; |
|
|
|
|
|
|
|
|
@ExcelColumn(value = "物料型号", col = 4) |
|
|
@ExcelColumn(value = "型号", col = 4) |
|
|
@Column(name = "model_num") |
|
|
@Column(name = "model_num") |
|
|
private String modelNum; |
|
|
private String modelNum; |
|
|
|
|
|
|
|
|
@ExcelColumn(value = "物料封装", col = 5) |
|
|
@ExcelColumn(value = "封装", col = 5) |
|
|
private String packages; |
|
|
private String packages; |
|
|
|
|
|
|
|
|
@ExcelColumn(value = "公司名称", col = 6) |
|
|
@ExcelColumn(value = "公司名称", col = 6) |
|
|
private String company; |
|
|
private String company; |
|
|
|
|
|
|
|
|
@ExcelColumn(value = "物料数量", col = 2) |
|
|
@ExcelColumn(value = "位号", col = 7) |
|
|
private Integer num; |
|
|
|
|
|
|
|
|
|
|
|
@ExcelColumn(value = "物料位置", col = 7) |
|
|
|
|
|
private String position; |
|
|
private String position; |
|
|
|
|
|
|
|
|
@ExcelColumn(value = "备注", col = 8) |
|
|
@ExcelColumn(value = "备注", col = 8) |
|
|