update boxes
This commit is contained in:
@@ -16,10 +16,15 @@ class Box {
|
||||
String boxNumber;
|
||||
String status;
|
||||
String cargoDesc;
|
||||
String desc;
|
||||
int width;
|
||||
int height;
|
||||
int length;
|
||||
int shipmentWeight;
|
||||
bool isChecked;
|
||||
String cartonType;
|
||||
String fcsID;
|
||||
String userName;
|
||||
|
||||
int rate;
|
||||
int weight;
|
||||
@@ -66,10 +71,15 @@ class Box {
|
||||
this.receiverNumber,
|
||||
this.receiverAddress,
|
||||
this.boxNumber,
|
||||
this.desc,
|
||||
this.width,
|
||||
this.height,
|
||||
this.length,
|
||||
this.shipmentWeight,
|
||||
this.isChecked = false,
|
||||
this.cartonType,
|
||||
this.fcsID,
|
||||
this.userName,
|
||||
this.rate,
|
||||
this.weight,
|
||||
this.packageType,
|
||||
|
||||
Reference in New Issue
Block a user