insert invoice pages
This commit is contained in:
@@ -12,6 +12,7 @@ class Package {
|
||||
|
||||
int rate;
|
||||
int weight;
|
||||
int amount;
|
||||
String packageType;
|
||||
String pickUpID;
|
||||
List<String> photos;
|
||||
@@ -34,6 +35,7 @@ class Package {
|
||||
this.boxNumber,
|
||||
this.rate,
|
||||
this.weight,
|
||||
this.amount,
|
||||
this.packageType,
|
||||
this.pickUpID,
|
||||
this.remark,
|
||||
|
||||
Reference in New Issue
Block a user