<?php
/**
* Object represents table 'quickprofitgeneral'
*
* @author: http://phpdao.com
* @date: 2019-01-27 09:50
*/
class Quickprofitgeneral {
var $id;
var $netSellVal;
var $netSellCostBuyPrice;
var $netSellCostLastBuyPrice;
var $netSellCostMeanBuyPrice;
var $netSellCostLastBuyPricewithDiscount;
var $netSellCostMeanBuyPricewithDiscount;
var $netSellCostOverAllAveragePrice;
}
?>