|  | @@ -246,6 +246,24 @@ public class TWarehousebillsitems extends BaseEntity {
 | 
											
												
													
														|  |      private String fSerialNumber;
 |  |      private String fSerialNumber;
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | 
 |  | +     * 单据类型(数据字典)SJRK(入库) SJCK(实际出库) CKDB(调拨) HQZY(货权转移)
 | 
											
												
													
														|  | 
 |  | +     */
 | 
											
												
													
														|  | 
 |  | +    @Excel(name = "单据类型")
 | 
											
												
													
														|  | 
 |  | +    private String fBilltype;
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    /**
 | 
											
												
													
														|  | 
 |  | +     * 计费数量
 | 
											
												
													
														|  | 
 |  | +     */
 | 
											
												
													
														|  | 
 |  | +    @Excel(name = "计费数量")
 | 
											
												
													
														|  | 
 |  | +    private BigDecimal fBillingQty;
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    /**
 | 
											
												
													
														|  | 
 |  | +     * 仓储费计费截至日期
 | 
											
												
													
														|  | 
 |  | +     */
 | 
											
												
													
														|  | 
 |  | +    @Excel(name = "仓储费计费截至日期")
 | 
											
												
													
														|  | 
 |  | +    private Date fBillingDeadline;
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    /**
 | 
											
												
													
														|  |       * 是否已放行(T为放行、F未放行)
 |  |       * 是否已放行(T为放行、F未放行)
 | 
											
												
													
														|  |       */
 |  |       */
 | 
											
												
													
														|  |      @Excel(name = "是否已放行(T为放行、F未放行)")
 |  |      @Excel(name = "是否已放行(T为放行、F未放行)")
 | 
											
										
											
												
													
														|  | @@ -555,6 +573,30 @@ public class TWarehousebillsitems extends BaseEntity {
 | 
											
												
													
														|  |          return fSerialNumber;
 |  |          return fSerialNumber;
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | 
 |  | +    public void setfBilltype(String fBilltype) {
 | 
											
												
													
														|  | 
 |  | +        this.fBilltype = fBilltype;
 | 
											
												
													
														|  | 
 |  | +    }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    public String getfBilltype() {
 | 
											
												
													
														|  | 
 |  | +        return fBilltype;
 | 
											
												
													
														|  | 
 |  | +    }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    public void setfBillingQty(BigDecimal fBillingQty) {
 | 
											
												
													
														|  | 
 |  | +        this.fBillingQty = fBillingQty;
 | 
											
												
													
														|  | 
 |  | +    }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    public BigDecimal getfBillingQty() {
 | 
											
												
													
														|  | 
 |  | +        return fBillingQty;
 | 
											
												
													
														|  | 
 |  | +    }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    public void setfBillingDeadline(Date fBillingDeadline) {
 | 
											
												
													
														|  | 
 |  | +        this.fBillingDeadline = fBillingDeadline;
 | 
											
												
													
														|  | 
 |  | +    }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    public Date getfBillingDeadline() {
 | 
											
												
													
														|  | 
 |  | +        return fBillingDeadline;
 | 
											
												
													
														|  | 
 |  | +    }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |      public void setfIsPass(String fIsPass) {
 |  |      public void setfIsPass(String fIsPass) {
 | 
											
												
													
														|  |          this.fIsPass = fIsPass;
 |  |          this.fIsPass = fIsPass;
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
										
											
												
													
														|  | @@ -584,6 +626,9 @@ public class TWarehousebillsitems extends BaseEntity {
 | 
											
												
													
														|  |                  .append("fPlanqty", getfPlanqty())
 |  |                  .append("fPlanqty", getfPlanqty())
 | 
											
												
													
														|  |                  .append("fPlanvolumn", getfPlanvolumn())
 |  |                  .append("fPlanvolumn", getfPlanvolumn())
 | 
											
												
													
														|  |                  .append("fPackagespecs", getfPackagespecs())
 |  |                  .append("fPackagespecs", getfPackagespecs())
 | 
											
												
													
														|  | 
 |  | +                .append("fBilltype", getfBilltype())
 | 
											
												
													
														|  | 
 |  | +                .append("fBillingQty", getfBillingQty())
 | 
											
												
													
														|  | 
 |  | +                .append("fBillingDeadline", getfBillingDeadline())
 | 
											
												
													
														|  |                  .append("fChargedate", getfChargedate())
 |  |                  .append("fChargedate", getfChargedate())
 | 
											
												
													
														|  |                  .append("fPlangrossweight", getfPlangrossweight())
 |  |                  .append("fPlangrossweight", getfPlangrossweight())
 | 
											
												
													
														|  |                  .append("fPlannetweight", getfPlannetweight())
 |  |                  .append("fPlannetweight", getfPlannetweight())
 |