add payment
This commit is contained in:
@@ -13,6 +13,7 @@ class FcsShipment {
|
||||
String port;
|
||||
String destination;
|
||||
String status;
|
||||
String reportName;
|
||||
FcsShipment({
|
||||
this.id,
|
||||
this.shipmentNumber,
|
||||
@@ -24,6 +25,7 @@ class FcsShipment {
|
||||
this.consignee,
|
||||
this.port,
|
||||
this.destination,
|
||||
this.reportName,
|
||||
});
|
||||
|
||||
factory FcsShipment.fromMap(Map<String, dynamic> map, String docID) {
|
||||
@@ -57,6 +59,7 @@ class FcsShipment {
|
||||
'port': port,
|
||||
'destination': destination,
|
||||
'status': status,
|
||||
'report_name': reportName,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user