<?php
/**
* Object represents table 'branch'
*
* @author: http://phpdao.com
* @date: 2014-09-10 14:26
*/
class TypeClient {
var $typeId;
var $typeName;
var $typeDate;
var $conditions;
var $comments;
var $webApiId;
}
?>