update shipment

This commit is contained in:
Thinzar Win
2020-07-01 08:12:59 +06:30
parent 45c4524a84
commit b15e685f3a
4 changed files with 149 additions and 127 deletions

View File

@@ -56,6 +56,7 @@ class PickUpModel extends BaseModel {
address: '154-19 64th Ave.\nFlushing, NY 11367',
handlingFee: 5000,
isCourier: true,
radioIndex: 2,
cargoTypes: [
Cargo(type: 'General Cargo', weight: 25),
Cargo(type: 'Medicine', weight: 20),
@@ -73,6 +74,8 @@ class PickUpModel extends BaseModel {
date: DateTime(2020, 5, 6),
address: '154-19 64th Ave.\nFlushing, NY 11367',
handlingFee: 5000,
isCourier: true,
radioIndex: 4,
cargoTypes: [
Cargo(type: 'General Cargo', weight: 25),
Cargo(type: 'Medicine', weight: 20),
@@ -90,6 +93,7 @@ class PickUpModel extends BaseModel {
date: DateTime(2020, 5, 9),
address: '154-19 64th Ave.\nFlushing, NY 11367',
handlingFee: 5000,
radioIndex: 3,
cargoTypes: [
Cargo(type: 'General Cargo', weight: 25),
Cargo(type: 'Medicine', weight: 20),