|
|
|
@@ -45,14 +45,6 @@ public class KwMeter extends BaseEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "型号", name = "model") |
|
|
|
private String model; |
|
|
|
|
|
|
|
@Excel(name = "协议(0,1,2-AUTO,97,07协议)", width =30, orderNum = "5") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "协议(0,1,2-AUTO,97,07协议)", name = "protocol") |
|
|
|
private Integer protocol; |
|
|
|
|
|
|
|
@Excel(name = "波特率(1200,2400,9600)", width = 30, orderNum = "6") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "波特率(1200,2400,9600)", name = "bandrate") |
|
|
|
private Integer bandrate; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "在线状态1在线0离线", name = "onlineStatus") |
|
|
|
private Integer onlineStatus; |
|
|
|
|
|
|
|
@@ -84,6 +76,16 @@ public class KwMeter extends BaseEntity { |
|
|
|
@Transient |
|
|
|
private String boxImei; |
|
|
|
|
|
|
|
@Excel(name = "协议(0,1,2-AUTO,97,07协议)", width =30, orderNum = "5") |
|
|
|
@Transient |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "协议(0,1,2-AUTO,97,07协议)", name = "protocol") |
|
|
|
private Integer protocol; |
|
|
|
|
|
|
|
@Excel(name = "波特率(1200,2400,9600)", width = 30, orderNum = "6") |
|
|
|
@Transient |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "波特率(1200,2400,9600)", name = "bandrate") |
|
|
|
private Integer bandrate; |
|
|
|
|
|
|
|
@Excel(name = "商户", width = 20, orderNum = "8") |
|
|
|
@Transient |
|
|
|
private String merchantName; |
|
|
|
|