| 
					
				 | 
			
			
				@@ -7,7 +7,6 @@ import ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 type CmSafe struct { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	Id               int       `xorm:"not null pk autoincr comment('自增id') INT(11)"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	BidsectionId     int       `xorm:"not null default 0 comment('标段id') INT(11)"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	Uid              int       `xorm:"not null default 0 comment('创建者id') INT(11)"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	Code             string    `xorm:"comment('编号') VARCHAR(128)"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	CreateTime       time.Time `xorm:"comment('检查时间') DATETIME"` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	EndTime          time.Time `xorm:"comment('结束时间') DATETIME"` 
			 |