修改taid描述为 链接航班的链接id
This commit is contained in:
@@ -398,7 +398,7 @@ public class SCHD
|
||||
@JsonProperty("TAFL")
|
||||
protected String tafl;//Turnaround flight number 承运航班号
|
||||
|
||||
@ApiModelProperty(value="后接飞航班唯一的AODB ID ")
|
||||
@ApiModelProperty(value="后接飞航班唯一的AODB ID ,链接航班的链接id")
|
||||
@XmlElement(name = "TAID")
|
||||
@JsonProperty("TAID")
|
||||
protected BigInteger taid;// 后接飞航班唯一的AODB ID
|
||||
|
||||
Reference in New Issue
Block a user