add carton editor for mix carton
This commit is contained in:
@@ -80,4 +80,10 @@ class FcsShipment {
|
||||
fcsShipment.port != this.port ||
|
||||
fcsShipment.destination != this.destination;
|
||||
}
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => other is FcsShipment && other.id == id;
|
||||
|
||||
@override
|
||||
int get hashCode => id.hashCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user