File: /home/mostafedeg/public_html/erp/models/dto/Returnbuybillcurr.class.php
<?php
/**
* Object represents table 'returnbuybillcurr'
*
* @author: http://phpdao.com
* @date: 2021-12-27 23:59
*/
class Returnbuybillcurr{
var $id;
var $buybillid;
var $conversionFactor;
var $returnbuybilldiscountC;
var $returnbuybilltotalbillC;
var $returnbuybillaftertotalbillC;
var $returnbuybilltotalpayedC;
var $returnbuybillfinalbillC;
var $returnbuybilldirectpaymentC;
var $payedtaxC;
var $saveConversionFactor;
}
?>