public function __construct()
 {
     parent::__construct();
     $this->detailModel = "PdShipPortInformation";
     $this->modelName = "App\\Models\\PdTransportShipDetail";
     $this->parentType = "S";
 }
 public function __construct()
 {
     parent::__construct();
     $this->detailModel = "ShipCargoBlmrData";
 }
 public function __construct()
 {
     parent::__construct();
     $this->modelName = "App\\Models\\PdTransportPipelineDetail";
     $this->parentType = "P";
 }
 public function __construct()
 {
     parent::__construct();
     $this->modelName = "App\\Models\\PdTransportGroundDetail";
     $this->parentType = "G";
 }