| | |
| | | */ |
| | | public class MatCodeExcel { |
| | | |
| | | @ExcelProperty(value= "商品编码", index = 1) |
| | | @ExcelProperty(value= "物料编码", index = 1) |
| | | private String matNo; |
| | | |
| | | @ExcelProperty(value= "条形码", index = 4) |
| | | private String barcode; |
| | | |
| | | @ExcelProperty(value= "商品名称", index = 2) |
| | | @ExcelProperty(value= "物料名称", index = 2) |
| | | private String matName; |
| | | |
| | | @ExcelProperty(value= "基本单位", index = 8) |
| | | private String str1; |
| | | |
| | | @ExcelProperty(value= "商品类别", index = 3) |
| | | @ExcelProperty(value= "物料类别", index = 3) |
| | | private String str2; |
| | | |
| | | @ExcelProperty(value= "规格型号", index = 5) |