public function postUploadimport()
 {
     $this->importkey = 'delivery_id';
     return parent::postUploadimport();
 }
 public function postUploadimport()
 {
     $this->importkey = 'SKU';
     return parent::postUploadimport();
 }
 public function postUploadimport()
 {
     $this->importkey = 'consignee_olshop_orderid';
     return parent::postUploadimport();
 }
 public function postUploadimport()
 {
     $this->importkey = 'CONSIGNEE_OLSHOP_ORDERID';
     return parent::postUploadimport();
 }
 public function postUploadimport()
 {
     $this->importkey = 'identifier';
     return parent::postUploadimport();
 }