insert invoice pages

This commit is contained in:
Thinzar Win
2020-06-02 14:56:51 +06:30
parent abb34ce064
commit 7a8f28dd33
23 changed files with 1366 additions and 200 deletions

View File

@@ -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,