|
@@ -17,7 +17,7 @@ public class DeviceOpenApiVO {
|
|
public static class DeviceList {
|
|
public static class DeviceList {
|
|
|
|
|
|
@ApiModelProperty(value = "商户编码")
|
|
@ApiModelProperty(value = "商户编码")
|
|
- private Long mercCode;
|
|
|
|
|
|
+ private String mercCode;
|
|
|
|
|
|
@ApiModelProperty(value = "设备编号")
|
|
@ApiModelProperty(value = "设备编号")
|
|
private Long deviceId;
|
|
private Long deviceId;
|