add home screen and shipping addresses
This commit is contained in:
@@ -6,6 +6,7 @@ class PickUp {
|
||||
String toTime;
|
||||
int numberOfPackage;
|
||||
int weight;
|
||||
int handlingFee;
|
||||
String address;
|
||||
String status;
|
||||
DateTime date;
|
||||
@@ -18,6 +19,7 @@ class PickUp {
|
||||
this.toTime,
|
||||
this.numberOfPackage,
|
||||
this.weight,
|
||||
this.handlingFee,
|
||||
this.address,
|
||||
this.status,
|
||||
this.date});
|
||||
|
||||
Reference in New Issue
Block a user