| | |
| | | */ |
| | | 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) |
| | | @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 = 5) |
| | | private String str3; |
| | | |
| | | @ExcelProperty(value= "状态", index = 6) |
| | | @ExcelProperty(value= "客户", index = 6) |
| | | private String str4; |
| | | |
| | | @ExcelProperty(value= "助记码", index = 7) |
| | | // @ExcelProperty(value= "助记码", index = 7) |
| | | private String str5; |
| | | |
| | | @ExcelProperty(value= "默认供应商", index = 10) |
| | | // @ExcelProperty(value= "默认供应商", index = 10) |
| | | private String str6; |
| | | |
| | | @ExcelProperty(value= "默认仓库", index = 13) |
| | | // @ExcelProperty(value= "默认仓库", index = 13) |
| | | private String str7; |
| | | |
| | | @ExcelProperty(value= "品牌", index = 9) |
| | | // @ExcelProperty(value= "品牌", index = 9) |
| | | private String str8; |
| | | |
| | | @ExcelProperty(value= "采购员", index = 11) |
| | | // @ExcelProperty(value= "采购员", index = 11) |
| | | private String str9; |
| | | |
| | | @ExcelProperty(value= "产地", index = 12) |
| | | // @ExcelProperty(value= "产地", index = 12) |
| | | private String str10; |
| | | |
| | | // @ExcelProperty(value= "序列号管理") |
| | |
| | | // @ExcelProperty(value= "保质期") |
| | | private String str15; |
| | | |
| | | @ExcelProperty(value= "可销售", index = 20) |
| | | // @ExcelProperty(value= "可销售", index = 20) |
| | | private String str16; |
| | | |
| | | @ExcelProperty(value= "可采购", index = 21) |
| | | // @ExcelProperty(value= "可采购", index = 21) |
| | | private String str17; |
| | | |
| | | @ExcelProperty(value= "可为子件", index = 22) |
| | | // @ExcelProperty(value= "可为子件", index = 22) |
| | | private String str18; |
| | | |
| | | @ExcelProperty(value= "可为组件", index = 23) |
| | | // @ExcelProperty(value= "可为组件", index = 23) |
| | | private String str19; |
| | | |
| | | // @ExcelProperty(value= "辅助属性管理") |
| | | private String str20; |
| | | |
| | | @ExcelProperty(value= "成本计算方法", index = 29) |
| | | // @ExcelProperty(value= "成本计算方法", index = 29) |
| | | private String str21; |
| | | |
| | | @ExcelProperty(value= "采购单位", index = 30) |
| | | // @ExcelProperty(value= "采购单位", index = 30) |
| | | private String str22; |
| | | |
| | | @ExcelProperty(value= "销售单位", index = 31) |
| | | // @ExcelProperty(value= "销售单位", index = 31) |
| | | private String str23; |
| | | |
| | | // @ExcelProperty(value= "预警天数") |
| | | @ExcelProperty(value= "重量", index = 7) |
| | | private Double num1; |
| | | |
| | | // @ExcelProperty(value= "最低库存数量") |