<?php /** * Object represents table 'availableparcode' * * @author: http://phpdao.com * @date: 2020-02-04 15:17 */ class Availableparcode{ var $id; var $value; } ?>