忽略未知字段
This commit is contained in:
parent
d49de6e37a
commit
f873262c35
|
|
@ -11,6 +11,7 @@ import java.util.Map;
|
||||||
* @author ruoyi
|
* @author ruoyi
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||||
public class AirportOsdData {
|
public class AirportOsdData {
|
||||||
|
|
||||||
@JsonProperty("working_current")
|
@JsonProperty("working_current")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue