<?php
/**
* Object represents table 'dailyentrycreditor'
*
* @author: http://phpdao.com
* @date: 2016-04-18 15:43
*/
class Dailyentrycreditor {
var $id;
var $dailyentryid;
var $accountstreeid;
var $value;
var $dComment;
var $costcenterid;
//
var $pluginComment;
var $pluginControllerName;
var $costcenterType;
}
?>