File: /home/mostafedeg/public_html/erp/models/dto/Sizecolorstoredetail.class.php
<?php
/**
* Object represents table 'sizecolorstoredetail'
*
* @author: http://phpdao.com
* @date: 2019-08-25 13:50
*/
class Sizecolorstoredetail {
var $id;
var $storeid;
var $productid;
var $sizeid;
var $colorid;
var $buyprice;
var $sellunitprice;
var $quantity;
var $parcode;
var $userid;
var $sysdate;
var $scdExcelParcode;
//
var $sizeName;
var $colorName;
var $productName;
var $productCatName;
var $productDescription;
var $productCatId;
var $storeName;
var $productSellUnitPrice;
var $productBuyPrice;
var $lastbuyprice;
var $meanbuyprice;
var $overAllAveragePrice;
var $meanbuyprice_withDiscount;
var $lastbuyprice_withDiscount;
var $lastbuyprice_withTax;
var $meanbuyprice_withTax;
}
?>