update boxes

This commit is contained in:
Thinzar Win
2020-10-14 16:53:16 +06:30
parent 6c871ea066
commit 4862f1123d
11 changed files with 894 additions and 264 deletions

View File

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