add payment
This commit is contained in:
@@ -172,4 +172,8 @@ class FcsShipmentModel extends BaseModel {
|
||||
Future<void> ship(FcsShipment fcsShipment) {
|
||||
return Services.instance.fcsShipmentService.ship(fcsShipment);
|
||||
}
|
||||
|
||||
Future<String> report(FcsShipment fcsShipment) {
|
||||
return Services.instance.fcsShipmentService.report(fcsShipment);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user