|
|
@@ -37,12 +37,15 @@ public class GoodsInfoExcel implements Serializable {
|
|
|
@ExcelProperty("规格(必填)")
|
|
|
private String typeNo;
|
|
|
|
|
|
- @ExcelProperty("负荷/速级(必填)")
|
|
|
+ @ExcelProperty("负荷指数(必填)")
|
|
|
private String specsOne;
|
|
|
|
|
|
- @ExcelProperty("加强型(必填)")
|
|
|
+ @ExcelProperty("速级(必填)")
|
|
|
private String specsTwo;
|
|
|
|
|
|
+ @ExcelProperty("加强型")
|
|
|
+ private String level;
|
|
|
+
|
|
|
@ExcelProperty("产地(必填)")
|
|
|
private String placeProduction;
|
|
|
@ExcelProperty("供应商(必填)")
|