...
|
...
|
@@ -450,9 +450,6 @@ public class Originmanifestmaster { |
|
|
this.consigneePhone = consigneePhone == null ? null : consigneePhone.trim();
|
|
|
}
|
|
|
|
|
|
public String getPreFlightno() {
|
|
|
return preFlightno;
|
|
|
}
|
|
|
|
|
|
public String getPreCarrier() {
|
|
|
return preCarrier;
|
...
|
...
|
@@ -469,6 +466,15 @@ public class Originmanifestmaster { |
|
|
public void setPreFlightDate(String preFlightDate) {
|
|
|
this.preFlightDate = preFlightDate;
|
|
|
}
|
|
|
|
|
|
public String getPreFlightno() {
|
|
|
return preFlightno;
|
|
|
}
|
|
|
|
|
|
public void setPreFlightno(String preFlightno) {
|
|
|
this.preFlightno = preFlightno;
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
\ No newline at end of file |
...
|
...
|
|