|  | @@ -30,6 +30,12 @@ public class TWarehouseAgreement extends BaseEntity {
 | 
	
		
			
				|  |  |      private String fBillno;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  | +     * 合同号
 | 
	
		
			
				|  |  | +     */
 | 
	
		
			
				|  |  | +    @Excel(name = "合同号")
 | 
	
		
			
				|  |  | +    private String fContractno;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    /**
 | 
	
		
			
				|  |  |       * 制单部门
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  |      @Excel(name = "制单部门")
 | 
	
	
		
			
				|  | @@ -42,6 +48,11 @@ public class TWarehouseAgreement extends BaseEntity {
 | 
	
		
			
				|  |  |      private Long fCorpid;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  | +     * 货物品名,t_goods 中的no或 name,模糊查找选择后,存储f_id,显示name
 | 
	
		
			
				|  |  | +     */
 | 
	
		
			
				|  |  | +    private Long fGoodsid;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    /**
 | 
	
		
			
				|  |  |       * 结算方式,也可以从表t_stltypes中下拉选择,存储id,显示name
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  |      @Excel(name = "结算方式,也可以从表t_stltypes中下拉选择,存储id,显示name")
 | 
	
	
		
			
				|  | @@ -97,6 +108,22 @@ public class TWarehouseAgreement extends BaseEntity {
 | 
	
		
			
				|  |  |      @TableLogic
 | 
	
		
			
				|  |  |      private String delFlag;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    public String getfContractno() {
 | 
	
		
			
				|  |  | +        return fContractno;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setfContractno(String fContractno) {
 | 
	
		
			
				|  |  | +        this.fContractno = fContractno;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public Long getfGoodsid() {
 | 
	
		
			
				|  |  | +        return fGoodsid;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    public void setfGoodsid(Long fGoodsid) {
 | 
	
		
			
				|  |  | +        this.fGoodsid = fGoodsid;
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      public void setfId(Long fId) {
 | 
	
		
			
				|  |  |          this.fId = fId;
 | 
	
		
			
				|  |  |      }
 |