Commit 3fb32c40 authored by tangwei's avatar tangwei

增加场站网关

parent b2060003
...@@ -99,5 +99,8 @@ public class StationBasicDto extends BaseDto { ...@@ -99,5 +99,8 @@ public class StationBasicDto extends BaseDto {
//新增 场站第三方编号 //新增 场站第三方编号
private String stationNumber; private String stationNumber;
//新增场站 设备检测网关 //新增场站 设备检测网关
private String gatewayId; private String fanGatewayId;
//升压站网管
private String boosterGatewayId;
} }
...@@ -144,11 +144,12 @@ public class StationBasic extends BaseEntity { ...@@ -144,11 +144,12 @@ public class StationBasic extends BaseEntity {
//新增 场站第三方编号 //新增 场站第三方编号
@TableField("station_number") @TableField("station_number")
private String stationNumber; private String stationNumber;
//新增场站 设备检测网关 //风机网管
@TableField("gateway_id") @TableField("fan_gateway_id")
private String gatewayId; private String fanGatewayId;
//升压站网管
@TableField("booster_gateway_id")
private String boosterGatewayId;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment