update rate

This commit is contained in:
Thinzar Win
2020-06-29 16:15:25 +06:30
parent 02450c003e
commit 8e65a533db
25 changed files with 746 additions and 136 deletions

View File

@@ -24,6 +24,7 @@ class Box {
int width;
int height;
int length;
int shipmentWeight;
int rate;
int weight;
@@ -60,6 +61,7 @@ class Box {
this.width,
this.height,
this.length,
this.shipmentWeight,
this.rate,
this.weight,
this.packageType,