|
|
|
@@ -54,7 +54,7 @@ public class KwMeter extends BaseEntity { |
|
|
|
private String model; |
|
|
|
|
|
|
|
@Excel(name = "协议(0,1-97协议,07协议)", width =30, orderNum = "5") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "协议(0,97协议)(1,07协议)", name = "protocol") |
|
|
|
@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") |
|
|
|
|