<?php
/**
* Object represents table 'offerorder'
*
* @author: http://phpdao.com
* @date: 2019-09-24 12:55
*/
class Offerorder{
var $id;
var $datenow;
var $userid;
var $del;
var $client;
var $mydate;
var $alltotal;
var $allquantity;
var $allquantstore;
var $pricestore;
var $allquantavailable;
var $priceavailable;
var $allquantmiun;
var $pricemiun;
var $oldorder;
var $oldoffer;
}
?>