|
|
|
|
@ -41,7 +41,7 @@ public class queryEquBaseVO { |
|
|
|
|
private String ip; |
|
|
|
|
/** 设备厂商 */ |
|
|
|
|
@Excel(name = "设备厂商名称 ") |
|
|
|
|
private String manuName; |
|
|
|
|
private String manufacture; |
|
|
|
|
/** 设备厂商 */ |
|
|
|
|
@Excel(name = "设备厂商名称 ") |
|
|
|
|
private String supplierName; |
|
|
|
|
@ -230,7 +230,7 @@ public class queryEquBaseVO { |
|
|
|
|
.append("version", getVersion()) |
|
|
|
|
.append("ip", getIp()) |
|
|
|
|
.append("supplierName", getSupplierName()) |
|
|
|
|
.append("manuName", getManuName()) |
|
|
|
|
.append("manuName", getManufacture()) |
|
|
|
|
.append("location", getLocation()) |
|
|
|
|
.append("equType", getEquType()) |
|
|
|
|
.append("inCharge", getInCharge()) |
|
|
|
|
|