<?php
namespace IpSupply\CartToQuote\Model;
class CartDetail extends \Magento\Framework\Model\AbstractModel
{
protected function _construct()
$this->_init('IpSupply\CartToQuote\Model\ResourceModel\CartDetail');
}