Merge branch 'master' of https://git.mokkon.com/sainw/fcs
This commit is contained in:
@@ -36,6 +36,9 @@ class Carton {
|
||||
String fcsShipmentNumber;
|
||||
String mixCartonID;
|
||||
String mixCartonNumber;
|
||||
String cartonSizeID;
|
||||
String cartonSizeName;
|
||||
String mixBoxType;
|
||||
|
||||
int rate;
|
||||
int weight;
|
||||
@@ -158,7 +161,10 @@ class Carton {
|
||||
this.mixCartonID,
|
||||
this.mixCartonNumber,
|
||||
this.isShipmentCarton = false,
|
||||
this.deliveryAddress});
|
||||
this.deliveryAddress,
|
||||
this.cartonSizeID,
|
||||
this.cartonSizeName,
|
||||
this.mixBoxType});
|
||||
|
||||
Map<String, dynamic> toMap() {
|
||||
List _cargoTypes = cargoTypes.map((c) => c.toMap()).toList();
|
||||
|
||||
Reference in New Issue
Block a user