<?php
/**
* Object represents table 'producttemp'
*
* @author: http://phpdao.com
* @date: 2013-05-07 12:40
*/
class Producttemp{
var $producttempid;
var $productName;
var $productCatId;
var $productBuyPrice;
var $productSellAllPrice;
var $productSellUnitPrice;
var $productSellHalfPrice;
var $productDate;
var $conditions;
var $userId;
var $parcode;
}
?>