|  |  |  | @ -11,13 +11,13 @@ import javax.persistence.Version; | 
			
		
	
		
			
				
					|  |  |  |  | @Entity | 
			
		
	
		
			
				
					|  |  |  |  | @Table(name = "cd_express") | 
			
		
	
		
			
				
					|  |  |  |  | public class CdExpress extends BaseMybatisModel { | 
			
		
	
		
			
				
					|  |  |  |  |     // 快递ID
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     private Integer id; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     // 快递编码
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     private String expressCode; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     // 快递名称
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     private String expressName; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     @Column(name = "ID") | 
			
		
	
	
		
			
				
					|  |  |  | 
 |