修正航班删除问题。

This commit is contained in:
zhouxiunai
2019-01-09 13:41:04 +08:00
parent 10f4ec15a1
commit a9a2032c16
4 changed files with 48 additions and 3 deletions
@@ -338,7 +338,7 @@ public class SCHD
@XmlElement(name = "MVIN", required = true)
@JsonProperty("MVIN")
@XmlSchemaType(name = "string")
protected MOVEMENTINDICATOR mvin;//movement indicator 运行标识
protected MOVEMENTINDICATOR mvin;//movement indicator 运行标识,A Arrival/到达 D Departure/离港
@XmlElement(name = "SODT", required = true)
@JsonProperty("SODT")