update shipment rate
This commit is contained in:
6
lib/vo/cargo.dart
Normal file
6
lib/vo/cargo.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
class Cargo {
|
||||
String type;
|
||||
int price;
|
||||
int weight;
|
||||
Cargo({this.type, this.price, this.weight});
|
||||
}
|
||||
Reference in New Issue
Block a user