|
@@ -7,10 +7,10 @@ public class ScannerWorkloadVo {
|
|
@ExcelColumn(name = "设备标识", index = 0)
|
|
@ExcelColumn(name = "设备标识", index = 0)
|
|
private String device;
|
|
private String device;
|
|
|
|
|
|
- @ExcelColumn(name = "设备名称", index = 0)
|
|
|
|
|
|
+ @ExcelColumn(name = "设备名称", index = 1)
|
|
private String deviceName;
|
|
private String deviceName;
|
|
|
|
|
|
- @ExcelColumn(name = "数量", index = 1)
|
|
|
|
|
|
+ @ExcelColumn(name = "数量", index = 2)
|
|
private Integer answerScanCount;
|
|
private Integer answerScanCount;
|
|
|
|
|
|
public String getDevice() {
|
|
public String getDevice() {
|