AirportOsdData.java
This commit is contained in:
parent
d10c9a9cb7
commit
820d087861
|
|
@ -16,6 +16,9 @@ public class AirportOsdData {
|
|||
@JsonProperty("working_current")
|
||||
private String workingCurrent;
|
||||
|
||||
@JsonProperty("network_state")
|
||||
private String networkState;
|
||||
|
||||
@JsonProperty("drc_state")
|
||||
private String drcState;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue