|
@@ -26,7 +26,7 @@ public class DeviceOpenApiVO {
|
|
|
private Long deviceName;
|
|
|
|
|
|
|
|
|
- @ApiModelProperty(value = "设备类型", notes = "1: 动态视觉柜(单门) 2: 动态视觉柜(双门) 3: 重力柜(单门) 4:重力柜(双门) 5:支付宝视动态觉柜")
|
|
|
+ @ApiModelProperty(value = "设备类型-> 1: 动态视觉柜(单门) 2: 动态视觉柜(双门) 3: 重力柜(单门) 4:重力柜(双门) 5:支付宝视动态觉柜")
|
|
|
private Integer deviceType;
|
|
|
|
|
|
|
|
@@ -36,7 +36,7 @@ public class DeviceOpenApiVO {
|
|
|
@ApiModelProperty(value = "纬度")
|
|
|
private String lat;
|
|
|
|
|
|
- @ApiModelProperty(value = "激活状态", notes = "1: 已激活 2: 未激活")
|
|
|
+ @ApiModelProperty(value = "激活状态->1: 已激活 2: 未激活")
|
|
|
private Integer activeState;
|
|
|
|
|
|
@ApiModelProperty("激活时间")
|