update rate
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user