| | |
| | | @ApiModel(value = "总站点对象", description = "") |
| | | public class StationInf { |
| | | private int num; |
| | | @TableField("stationId") |
| | | private String stationId; |
| | | @TableField("stationName") |
| | | private String stationName; |
| | | @TableField("stationName1") |
| | | private String stationName1; |
| | | @TableField("stationName2") |
| | | private String stationName2; |
| | | @TableField("stationName3") |
| | | private String stationName3; |
| | | @TableField("stationName4") |
| | | private String stationName4; |
| | | @TableField("stationName5") |
| | | private String stationName5; |
| | | @ApiModelProperty(value = "站点类型[节点站标识:0:不是节点站[默认];1:节点站]") |
| | | @TableField("nodeStation") |
| | | private int nodeStation; |
| | | @ApiModelProperty(value = "站点电压等级[(35kv/110kv/220kv 字符串类型)]") |
| | | @TableField("stationType") |
| | | private String stationType; |
| | | @ApiModelProperty(value = "经度") |
| | | @TableField("stationLongitude") |
| | | private double stationLongitude; |
| | | @ApiModelProperty(value = "纬度") |
| | | @TableField("stationLatitude") |
| | | private double stationLatitude; |
| | | @ApiModelProperty(value = "机房详细地址") |
| | | @TableField("stationAddr") |
| | | private String stationAddr; |
| | | |
| | | @TableField(exist = false) |