|  | @@ -22,5 +22,7 @@ class Device_mul_queue(Model):
 | 
	
		
			
				|  |  |  	state = Fields(type='boolean', default='True', comment='数据存在状态')
 | 
	
		
			
				|  |  |  	cdate = Fields(type='int', default='time', comment='创建时间')
 | 
	
		
			
				|  |  |  	inorder = Fields(type='int', default='0', comment='设备的排序')
 | 
	
		
			
				|  |  | +	udate = Fields(type='int', comment='接入时间,仅做排序用')
 | 
	
		
			
				|  |  | +	hardware_id = Fields(type='bigint', comment='硬件id仅做排序用')
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	#ALTER TABLE device_mul_queue ADD inorder int default 100; 
 |