File: /home/mostafedeg/public_html/erp/models/dto/Buybilldetailoffer.class.php
<?php
/**
* Object represents table 'buybilldetailoffer'
*
* @author: http://phpdao.com
* @date: 2022-01-05 22:08
*/
class Buybilldetailoffer {
var $parcode;
var $buybilldetailid;
var $buybillid;
var $buybilldetailcatid;
var $buybilldetailproductid;
var $buybilldetailquantity;
var $buybilldetailprice;
var $buybilldetailtotalprice;
var $discountvalue;
var $note;
var $buybilldetaildate;
var $productunitid;
var $lastbuyprice;
var $meanbuyprice;
var $lastbuypriceWithDiscount;
var $meanbuypriceWithDiscount;
var $otherdetailquantity;
var $sizeid;
var $colorid;
var $quantitybefore;
var $buybilldetailpriceC;
var $buybilldetailtotalpriceC;
var $discountvalueC;
var $discountper;
var $discounttype;
//
var $productName;
var $unitName;
var $unitid;
var $productnumber;
var $productCatName;
var $sizeName;
var $colorName;
}
?>