*/ class Tax extends \Magento\Sales\Model\ResourceModel\EntityAbstract { /** * Model initialization * * @return void */ protected function _construct() { $this->_init('sales_order_tax', 'tax_id'); } }