自动化立体仓库 - WMS系统
zyx
2024-01-15 35309c86535d392d593471236585b4b36fb417d6
src/main/java/com/zy/asrs/entity/Pla.java
@@ -76,11 +76,11 @@
    //重量
    @TableField("weight")
    @ExcelProperty(value = "重量")
    @ExcelProperty(value = "重量KG")
    private Double weight;
    @ApiModelProperty(value= "单位")
    @ExcelProperty(value = "单位")
    //@ExcelProperty(value = "单位")
    @TableField("unit")
    private String unit;
@@ -101,27 +101,27 @@
    //熔指
    @TableField("finger_melting")
    @ExcelProperty(value = "熔指")
    @ExcelProperty(value = "熔指,g/10min")
    private Double fingerMelting;
    //水分
    @TableField("water")
    @ExcelProperty(value = "水分")
    @ExcelProperty(value = "水分,ppm")
    private Double water;
    //熔点
    @TableField("fusing_point")
    @ExcelProperty(value = "熔点")
    @ExcelProperty(value = "熔点,℃")
    private Double fusingPoint;
    //挥发份1
    @TableField("vadf1")
    @ExcelProperty(value = "挥发份1")
    @ExcelProperty(value = "挥发段,%")
    private Double vadf1;
    //挥发份2
    @TableField("vadf2")
    @ExcelProperty(value = "挥发份2")
    @ExcelProperty(value = "分解段,%")
    private Double vadf2;
    //黄度
@@ -131,32 +131,57 @@
    //不透明度
    @TableField("opacity")
    @ExcelProperty(value = "不透明度")
    @ExcelProperty(value = "不透明度,%")
    private Double opacity;
    //L值
    @TableField("l")
    @ExcelProperty(value = "l值")
    @ExcelProperty(value = "L*")
    private Double l;
    //a值
    @TableField("a")
    @ExcelProperty(value = "a值")
    @ExcelProperty(value = "a*")
    private Double a;
    //b值
    @TableField("b")
    @ExcelProperty(value = "b值")
    @ExcelProperty(value = "b*")
    private Double b;
    //填充
    @TableField("fill_in")
    @ExcelProperty(value = "填充")
    @ExcelProperty(value = "填充,%")
    private Double fillIn;
    @ExcelProperty(value = "拉伸强度,MPa")
    private String str1;
    @ExcelProperty(value = "断裂伸长率,%")
    private String str2;
    @ExcelProperty(value = "缺口冲击,KJ/m2")
    private String str3;
    @ExcelProperty(value = "维卡,℃")
    private String str4;
    @ExcelProperty(value = "半结晶时间,min")
    private String str5;
    @ExcelProperty(value = "结晶度.%")
    private String str6;
//    @ExcelProperty(value = "填充")
    private String str7;
//
//    @ExcelProperty(value = "填充")
    private String str8;
    //质量状态
    @TableField("mass_state")
    @ExcelProperty(value = "质量状体")
    @ExcelProperty(value = "质量状态")
    private String massState;
    //质量问题