File: /home/mostafedeg/public_html/erp/models/dto/MProducthistory.class.php
<?php
/**
* Object represents table 'm_producthistory'
*
* @author: http://phpdao.com
* @date: 2014-09-07 16:06
*/
class MProducthistory{
var $productHistoryId;
var $ourSerial;
var $stageFrom;
var $stageTo;
var $cost;
var $comment;
var $status;
var $userId;
var $productHistoryDate;
var $branchId;
var $del;
//req
var $stageTitle;
var $stageTitle2;
var $productserial;
var $receiptserial;
var $productName;
var $granttype;
var $clientname;
var $title;
var $suppliername;
}
?>