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; @@ -60,4 +61,10 @@ @Excel(name = "Perfomance") private BigDecimal perfomance; /** * 所在九宫格的盒子位置。1~9 */ @Excel(name = "Box") private Integer box; }