Commit c50ec7d5 by java-李谡

信息更改审核添加roundtripType字段,解决信息更改审核单程航线显示=问题

parent 73e97be4
......@@ -12,7 +12,7 @@
a.aircraft_type,
a.depIata,
a.arrIata,
roundtrip_type,
a.roundtrip_type,
a.verif_status,
a.verif_type,
a.start_time AS sailingDate,
......
......@@ -35,6 +35,8 @@ public class RecordChangeVerifyEntity extends BaseEntity {
private String arrIataLabel;
private List<String> typeList;
List<Map<String,String>> connect;
public String roundtripType;
@ExcelField(title="拟用机型", align=6, sort=14)
public String getAircraftName() {
return aircraftName;
......@@ -158,8 +160,12 @@ public class RecordChangeVerifyEntity extends BaseEntity {
this.createDate = createDate;
}
public String getRoundtripType() {
return roundtripType;
}
public void setRoundtripType(String roundtripType) {
this.roundtripType = roundtripType;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment