prepare carton info
This commit is contained in:
@@ -36,8 +36,10 @@ class Carton {
|
||||
String? mixCartonNumber;
|
||||
String? cartonSizeID;
|
||||
String? cartonSizeName;
|
||||
String? cartonSizeType;
|
||||
String? cartonStandardSize;
|
||||
double cartonWeight;
|
||||
String? billTo;
|
||||
String? billTo;
|
||||
bool isSelected;
|
||||
|
||||
int rate;
|
||||
@@ -49,6 +51,7 @@ class Carton {
|
||||
String? remark;
|
||||
DateTime? arrivedDate;
|
||||
String? cartonNumber;
|
||||
String? deliveryCarton;
|
||||
|
||||
List<String> packageIDs;
|
||||
List<Package> packages;
|
||||
@@ -159,6 +162,9 @@ class Carton {
|
||||
this.deliveryAddress,
|
||||
this.cartonSizeID,
|
||||
this.cartonSizeName,
|
||||
this.cartonSizeType,
|
||||
this.cartonStandardSize,
|
||||
this.deliveryCarton,
|
||||
this.mixBoxType,
|
||||
this.mixCartons = const [],
|
||||
this.mixCartonIDs = const [],
|
||||
|
||||
Reference in New Issue
Block a user