获取openId接口
This commit is contained in:
@ -200,6 +200,11 @@ public class Device extends BaseEntity
|
||||
@ApiModelProperty("设备型号")
|
||||
private String deviceModel;
|
||||
|
||||
/** 测站号 */
|
||||
/*@Excel(name = "测站号")
|
||||
@ApiModelProperty("测站号")
|
||||
private String stationNumber;*/
|
||||
|
||||
/**
|
||||
* 关联组态,来源产品
|
||||
*/
|
||||
|
@ -45,6 +45,8 @@ public class DeviceAllShortOutput
|
||||
|
||||
/** wifi信号强度(信号极好4格[-55— 0],信号好3格[-70— -55],信号一般2格[-85— -70],信号差1格[-100— -85]) */
|
||||
private Integer rssi;
|
||||
/** 测站号*/
|
||||
private String stationNumber;
|
||||
|
||||
/** 激活时间 */
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
|
@ -17,6 +17,11 @@ public class DeviceMqttVO {
|
||||
*/
|
||||
private String serialNumber;
|
||||
|
||||
/**
|
||||
* 测站号
|
||||
*/
|
||||
private String stationNumber;
|
||||
|
||||
/**
|
||||
* 产品id
|
||||
*/
|
||||
|
@ -20,6 +20,9 @@ public class ProductAuthenticateModel implements Serializable {
|
||||
/** 产品ID */
|
||||
private Long productId;
|
||||
|
||||
/** 测站号 */
|
||||
private String stationNumber;
|
||||
|
||||
/** 产品名称 */
|
||||
private String productName;
|
||||
|
||||
|
@ -23,6 +23,9 @@ public class ThingsModelValuesOutput
|
||||
|
||||
private int isShadow;
|
||||
|
||||
//测站号
|
||||
private String stationNumber;
|
||||
|
||||
/** 设备ID **/
|
||||
private String serialNumber;
|
||||
|
||||
|
Reference in New Issue
Block a user