| | |
| | | */ |
| | | 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) |
| | |
| | | @ExcelProperty(value= "可采购", index = 21) |
| | | private String str17; |
| | | |
| | | // @ExcelProperty(value= "可为子件") |
| | | @ExcelProperty(value= "可为子件", index = 22) |
| | | private String str18; |
| | | |
| | | // @ExcelProperty(value= "可为组件") |
| | | @ExcelProperty(value= "可为组件", index = 23) |
| | | private String str19; |
| | | |
| | | // @ExcelProperty(value= "辅助属性管理") |