<?php
/**
* Object represents table 'collectedparcodestemp'
*
* @author: http://phpdao.com
* @date: 2020-10-19 19:00
*/
class Collectedparcodestemp{
var $id;
var $userid;
var $sellerid;
var $parcodes;
var $sysdate;
var $conditions;
}
?>