[测评系统]--测评系统核心代码库
src/main/java/com/ots/project/tool/report/LAQ/LAQTemplate.java
@@ -28,6 +28,7 @@
    @Excel(name = "Company")
    private String company;
    @Excel(name = "OLAS")
    private BigDecimal olas;
@@ -57,4 +58,13 @@
    @Excel(name = "EMOSTA")
    private BigDecimal emosta;
    @Excel(name = "Perfomance")
    private BigDecimal perfomance;
    /**
     * 所在九宫格的盒子位置。1~9
     */
    @Excel(name = "Box")
    private Integer box;
}