排程编辑更新
This commit is contained in:
@@ -48,40 +48,21 @@ public class WaterDeviceEntity implements Serializable {
|
||||
@NoArgsConstructor
|
||||
@Data
|
||||
public static class DeviceListBean implements Serializable{
|
||||
/**
|
||||
* id : 2056641699765178369
|
||||
* deviceNo : 1779176568237
|
||||
* userId : 2056543507514097665
|
||||
* deviceName : 40号设备
|
||||
* deviceImg : null
|
||||
* status : 0
|
||||
* workStatus : 0
|
||||
* powerLevel : null
|
||||
* powerLevelUpdatatime : null
|
||||
* wifiName : 橙空科技WiFi
|
||||
* wifiPassword : 12321212
|
||||
* deviceEm : 213123123123
|
||||
* deviceSn : sdfsd32423gdfgdf3
|
||||
* fwVer : fwVer-56565644
|
||||
* macAddress : 2E:8H:00:KK:N7
|
||||
* expirationTime : null
|
||||
*/
|
||||
|
||||
private String idX;
|
||||
private String deviceNoX;
|
||||
private String userIdX;
|
||||
private String deviceNameX;
|
||||
private Object deviceImgX;
|
||||
private String statusX;
|
||||
private String id;
|
||||
private String deviceNo;
|
||||
private String userId;
|
||||
private String deviceName;
|
||||
private Object deviceImg;
|
||||
private String status;
|
||||
private String workStatus;
|
||||
private Object powerLevelX;
|
||||
private Object powerLevelUpdatatimeX;
|
||||
private String wifiNameX;
|
||||
private String wifiPasswordX;
|
||||
private String deviceEmX;
|
||||
private String deviceSnX;
|
||||
private String fwVerX;
|
||||
private String macAddressX;
|
||||
private Object expirationTimeX;
|
||||
private Object powerLevel;
|
||||
private Object powerLevelUpdatatime;
|
||||
private String wifiName;
|
||||
private String wifiPassword;
|
||||
private String deviceEm;
|
||||
private String deviceSn;
|
||||
private String fwVer;
|
||||
private String macAddress;
|
||||
private Object expirationTime;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user