<?php
/**
* Object represents table 'producttempunit'
*
* @author: http://phpdao.com
* @date: 2013-05-07 12:40
*/
class Producttempunit{
var $producttempunitid;
var $unitid;
var $producttempid;
var $productnumber;
var $producttempunitdate;
var $userid;
var $conditions;
}
?>