<?php
/**
* Object represents table 'restaurantorderdeliverydetails'
*
* @author: http://phpdao.com
* @date: 2018-12-04 14:09
*/
class Restaurantorderdeliverydetail {
var $id;
var $orderId;
var $clientId;
var $clientmobile;
var $clientphone;
var $clientaddress;
var $clientdetails;
var $driverId;
var $driverReciveDate;
var $deliveryStatus;
}
?>