mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-15 07:48:42 +00:00
remove getId()
This commit is contained in:
parent
d6a5e46c22
commit
bc6d5fd639
|
|
@ -71,18 +71,6 @@ class BillType implements \JsonSerializable
|
||||||
$this->name = $name;
|
$this->name = $name;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set l11n
|
* Set l11n
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -71,18 +71,6 @@ class TaxCombination implements \JsonSerializable
|
||||||
$this->itemCode = new NullAttributeValue();
|
$this->itemCode = new NullAttributeValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user