<?php
/**
* Object represents table 'taskorder'
*
* @author: http://phpdao.com
* @date: 2018-11-18 12:20
*/
class Taskorder {
var $id;
var $title;
var $startdate;
var $enddate;
var $productId;
var $num;
var $userId;
var $thedate;
var $conditions;
var $productName;
var $proCatName;
var $clientid;
var $file;
}
?>