File: /home/mostafedeg/public_html/erp/models/dto/Quickprofitday.class.php
<?php
/**
* Object represents table 'quickprofitday'
*
* @author: http://phpdao.com
* @date: 2019-01-21 13:44
*/
class Quickprofitday {
var $id;
var $theDate;
var $sellVal;
var $sellCostBuyPrice;
var $sellCostLastBuyPrice;
var $sellCostMeanBuyPrice;
var $sellCostLastBuyPricewithDiscount;
var $sellCostMeanBuyPricewithDiscount;
var $sellCostOverAllAveragePrice;
var $returnSellVal;
var $returnSellCostBuyPrice;
var $returnSellCostLastBuyPrice;
var $returnSellCostMeanBuyPrice;
var $returnSellCostLastBuyPricewithDiscount;
var $returnSellCostMeanBuyPricewithDiscount;
var $returnSellCostOverAllAveragePrice;
}
?>