<?php
/**
* Object represents table 'restaurantprinter'
*
* @author: http://phpdao.com
* @date: 2019-03-20 13:33
*/
class Restaurantprinter{
var $id;
var $name;
var $cats;
var $userid;
var $sysdate;
var $del;
}
?>