update carton info
This commit is contained in:
@@ -37,7 +37,7 @@ class Carton {
|
||||
String? cartonSizeID;
|
||||
String? cartonSizeName;
|
||||
double cartonWeight;
|
||||
String? billToValue;
|
||||
String? billTo;
|
||||
bool isSelected;
|
||||
|
||||
int rate;
|
||||
@@ -149,7 +149,7 @@ class Carton {
|
||||
this.packages = const [],
|
||||
this.cargoTypes = const [],
|
||||
this.cartonNumber,
|
||||
this.billToValue,
|
||||
this.billTo,
|
||||
this.fcsShipmentID,
|
||||
this.fcsShipmentNumber,
|
||||
this.packageIDs = const [],
|
||||
|
||||
Reference in New Issue
Block a user