|  | @@ -29,6 +29,10 @@ public class TWareHouseItemsExcel {
 | 
	
		
			
				|  |  |      @Excel(name = "提单号")
 | 
	
		
			
				|  |  |      private String fMblno;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    /** 出入库类型 */
 | 
	
		
			
				|  |  | +    @Excel(name = "出入库类型")
 | 
	
		
			
				|  |  | +    private String fBilltype;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      /** 业务类型(存汉字的,用来选择 产地 规格 品牌) */
 | 
	
		
			
				|  |  |      @Excel(name = "货物属性")
 | 
	
		
			
				|  |  |      private String fBusinessType;
 | 
	
	
		
			
				|  | @@ -144,6 +148,14 @@ public class TWareHouseItemsExcel {
 | 
	
		
			
				|  |  |          this.fMblno = fMblno;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    public String getfBilltype() {
 | 
	
		
			
				|  |  | +        return fBilltype;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setfBilltype(String fBilltype) {
 | 
	
		
			
				|  |  | +        this.fBilltype = fBilltype;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      public String getfBusinessType() {
 | 
	
		
			
				|  |  |          return fBusinessType;
 | 
	
		
			
				|  |  |      }
 |