<?php /** * Object represents table 'resturantcategory' * * @author: http://phpdao.com * @date: 2021-09-25 17:21 */ class Resturantcategory{ var $id; var $categoryId; var $date; } ?>