Commit 4fc398dc authored by wxl's avatar wxl

no message

parent 3865c7c0
......@@ -93,22 +93,6 @@ class OtherWarehouseOrder extends BaseEntity
*/
private $oneWarehouse;
/**
* @return mixed
*/
public function getOneWarehouse()
{
return $this->oneWarehouse;
}
/**
* @param mixed $oneWarehouse
*/
public function setOneWarehouse($oneWarehouse)
{
$this->oneWarehouse = $oneWarehouse;
}
/**
* @return mixed
*/
......@@ -268,4 +252,21 @@ class OtherWarehouseOrder extends BaseEntity
{
$this->adminId = $adminId;
}
/**
* @return mixed
*/
public function getOneWarehouse()
{
return $this->oneWarehouse;
}
/**
* @param mixed $oneWarehouse
*/
public function setOneWarehouse($oneWarehouse): void
{
$this->oneWarehouse = $oneWarehouse;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment