|  |  | 
 |  |  | package com.zy.common.utils.excel.matcode; | 
 |  |  |  | 
 |  |  | import com.alibaba.excel.annotation.ExcelIgnoreUnannotated; | 
 |  |  | import com.alibaba.excel.annotation.ExcelProperty; | 
 |  |  | import lombok.Data; | 
 |  |  |  | 
 |  |  | 
 |  |  | @ExcelIgnoreUnannotated | 
 |  |  | public class MatCodeExcel { | 
 |  |  |  | 
 |  |  |     @ExcelProperty(value= "产品代号*", index = 0) | 
 |  |  |     @ExcelProperty(index = 1) | 
 |  |  |     private String matNo; | 
 |  |  |  | 
 |  |  |     //    @ExcelProperty(value= "条形码", index = 4) | 
 |  |  |     @ExcelProperty(index = 9) | 
 |  |  |     private String barcode; | 
 |  |  |  | 
 |  |  |     @ExcelProperty(value= "产品名称", index = 3) | 
 |  |  |     @ExcelProperty(index = 2) | 
 |  |  |     private String matName; | 
 |  |  |  | 
 |  |  |     @ExcelProperty(value= "基本单位", index = 12) | 
 |  |  |     @ExcelProperty(index = 6) | 
 |  |  |     private String str1; | 
 |  |  |  | 
 |  |  |     @ExcelProperty(value= "规格型号", index = 5) | 
 |  |  |     @ExcelProperty(index = 3) | 
 |  |  |     private String str2; | 
 |  |  |  | 
 |  |  |     @ExcelProperty(value= "颜色名称", index = 28) | 
 |  |  | //    @ExcelProperty(value= "颜色名称", index = 28) | 
 |  |  |     private String str3; | 
 |  |  |  | 
 |  |  |     @ExcelProperty(value= "库位名称", index = 14) | 
 |  |  | //    @ExcelProperty(value= "库位名称", index = 14) | 
 |  |  |     private String str4; | 
 |  |  |  | 
 |  |  |     //    @ExcelProperty(value= "助记码", index = 7) | 
 |  |  |     @ExcelProperty(index = 4) | 
 |  |  |     private String str5; | 
 |  |  |  | 
 |  |  |     //    @ExcelProperty(value= "默认供应商", index = 10) |