<?php
/**
* Object represents table 'representativecompany'
*
* @author: http://phpdao.com
* @date: 2013-09-25 14:24
*/
class Representativecompany{
var $representativecompanyId;
var $representativeName;
var $representativePhone;
var $companyId;
var $otherInfo;
}
?>