|
@@ -83,6 +83,11 @@ public class EquipmentInfo extends BaseEntity {
|
|
|
*/
|
|
*/
|
|
|
private Integer equipmentType;
|
|
private Integer equipmentType;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 车位编号
|
|
|
|
|
+ */
|
|
|
|
|
+ private String parkingNo;
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 位置坐标
|
|
* 位置坐标
|
|
|
* <p>
|
|
* <p>
|
|
@@ -121,13 +126,6 @@ public class EquipmentInfo extends BaseEntity {
|
|
|
return this;
|
|
return this;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public void setStationNo(String stationNo) {
|
|
|
|
|
- this.stationNo = stationNo;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setEquipmentId(String equipmentId) {
|
|
|
|
|
- this.equipmentId = equipmentId;
|
|
|
|
|
- }
|
|
|
|
|
|
|
|
|
|
public EquipmentInfo setShortId(String shortId) {
|
|
public EquipmentInfo setShortId(String shortId) {
|
|
|
this.shortId = shortId;
|
|
this.shortId = shortId;
|
|
@@ -137,43 +135,11 @@ public class EquipmentInfo extends BaseEntity {
|
|
|
return this;
|
|
return this;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public void setManufacturerId(String manufacturerId) {
|
|
|
|
|
- this.manufacturerId = manufacturerId;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setManufacturerName(String manufacturerName) {
|
|
|
|
|
- this.manufacturerName = manufacturerName;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setEquipmentModel(String equipmentModel) {
|
|
|
|
|
- this.equipmentModel = equipmentModel;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setProductionDate(String productionDate) {
|
|
|
|
|
- this.productionDate = productionDate;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setEquipmentType(Integer equipmentType) {
|
|
|
|
|
- this.equipmentType = equipmentType;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setLocation(JSONObject location) {
|
|
|
|
|
- this.location = location;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
public EquipmentInfo setPower(Double power) {
|
|
public EquipmentInfo setPower(Double power) {
|
|
|
this.power = power;
|
|
this.power = power;
|
|
|
return this;
|
|
return this;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public void setNetStatus(Integer netStatus) {
|
|
|
|
|
- this.netStatus = netStatus;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setServiceStatus(Integer serviceStatus) {
|
|
|
|
|
- this.serviceStatus = serviceStatus;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
public EquipmentInfo setStationName(String stationName) {
|
|
public EquipmentInfo setStationName(String stationName) {
|
|
|
this.stationName = stationName;
|
|
this.stationName = stationName;
|
|
|
return this;
|
|
return this;
|