java.lang.IllegalArgumentException: lastRow firstRow lastCol firstCol
@Excel(name = "时间" ,orderNum = "0")
private Integer dt
因为没有在实体类上面添加注解。
报错:object is not an instance of declaring class
java.lang.IllegalArgumentException: lastRow firstRow lastCol firstCol
@Excel(name = "时间" ,orderNum = "0")
private Integer dt
因为没有在实体类上面添加注解。
报错:object is not an instance of declaring class