rendered paste bodyOccupyPermitVM::OccupyPermitVM(QObject *parent) : ViewModel3(parent){}OccupyPermitVM::~OccupyPermitVM(){ }int OccupyPermitVM::rowCount(const QModelIndex &parent = QModelIndex()) const{ }int OccupyPermitVM::columnCount(const QModelIndex &parent = QModelIndex()) const{ }bool OccupyPermitVM::isNewEntity(const QModelIndex &index) const{ }Qt::ItemFlags OccupyPermitVM::flags(const QModelIndex &index) const{ }bool OccupyPermitVM::loadFromEntity(int row, int column, CacheValue& value) const{ }bool OccupyPermitVM::saveToEntity(int row, const CacheRow &rowData){ }