|
@@ -1,10 +1,10 @@
|
|
|
package com.ruoyi.warehouseBusiness.domain;
|
|
|
|
|
|
-import com.baomidou.mybatisplus.annotation.TableLogic;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import com.ruoyi.common.annotation.Excel;
|
|
|
import com.ruoyi.common.core.domain.BaseEntity;
|
|
|
-import lombok.Data;
|
|
|
+import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
|
+import org.apache.commons.lang3.builder.ToStringStyle;
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
import java.util.Date;
|
|
@@ -15,7 +15,6 @@ import java.util.Date;
|
|
|
* @author ruoyi
|
|
|
* @date 2020-12-11
|
|
|
*/
|
|
|
-@Data
|
|
|
public class TWarehouseBills extends BaseEntity {
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
@@ -28,11 +27,11 @@ public class TWarehouseBills extends BaseEntity {
|
|
|
* 业务编号,格式RK+YYYY+YY+NNN,编号不能断号,要连续、如果删除该编号,下次新建单据,优先使用删除单据号,每月从001开始。
|
|
|
* RK CK DB HZ
|
|
|
*/
|
|
|
- @Excel(name = "业务编号,格式RK+YYYY+YY+NNN,编号不能断号,要连续、如果删除该编号,下次新建单据,优先使用删除单据号,每月从001开始。RK CK DB HZ ")
|
|
|
+ @Excel(name = "业务编号")
|
|
|
private String fBillno;
|
|
|
|
|
|
/**
|
|
|
- * 报关号 取入库的f_customsdeclartion
|
|
|
+ * 报关号
|
|
|
*/
|
|
|
@Excel(name = "报关号")
|
|
|
private String fCustomsdeclartion;
|
|
@@ -58,13 +57,13 @@ public class TWarehouseBills extends BaseEntity {
|
|
|
/**
|
|
|
* 联系人
|
|
|
*/
|
|
|
- @Excel(name = "业务所属部门")
|
|
|
+ @Excel(name = "联系人")
|
|
|
private String fContacts;
|
|
|
|
|
|
/**
|
|
|
* 电话
|
|
|
*/
|
|
|
- @Excel(name = "业务所属部门")
|
|
|
+ @Excel(name = "电话")
|
|
|
private String fTel;
|
|
|
|
|
|
/**
|
|
@@ -80,12 +79,6 @@ public class TWarehouseBills extends BaseEntity {
|
|
|
private Long fTocorpid;
|
|
|
|
|
|
/**
|
|
|
- * 计费方式,f_billingway
|
|
|
- */
|
|
|
- @Excel(name = "计费方式")
|
|
|
- private Long fBillingway;
|
|
|
-
|
|
|
- /**
|
|
|
* 结算方式,默认提取corps中stltypeid 也可以从表t_stltypes中下拉选择,存储id,显示name
|
|
|
*/
|
|
|
@Excel(name = "结算方式,默认提取corps中stltypeid 也可以从表t_stltypes中下拉选择,存储id,显示name")
|
|
@@ -95,7 +88,7 @@ public class TWarehouseBills extends BaseEntity {
|
|
|
* 客户存货编号,格式编号客户编号+YYYY +NNNN,
|
|
|
* 编号不能断号,要连续、如果删除该编号,下次新建单据,优先使用,每年从001开始
|
|
|
*/
|
|
|
- @Excel(name = "客户存货编号,格式编号客户编号+YYYY +NNNN,编号不能断号,要连续、如果删除该编号,下次新建单据,优先使用,每年从001开始 ")
|
|
|
+ @Excel(name = "客户存货编号")
|
|
|
private String fBscorpno;
|
|
|
|
|
|
/**
|
|
@@ -107,7 +100,7 @@ public class TWarehouseBills extends BaseEntity {
|
|
|
/**
|
|
|
* 仓管人
|
|
|
*/
|
|
|
- @Excel(name = "仓库人")
|
|
|
+ @Excel(name = "仓管人")
|
|
|
private String fStorekeeper;
|
|
|
|
|
|
/**
|
|
@@ -129,18 +122,18 @@ public class TWarehouseBills extends BaseEntity {
|
|
|
private BigDecimal fPlangrossweight;
|
|
|
|
|
|
/**
|
|
|
- * 计划尺码,由明细表自动合计生成
|
|
|
- */
|
|
|
- @Excel(name = "计划尺码,由明细表自动合计生成")
|
|
|
- private BigDecimal fPlanvolumn;
|
|
|
-
|
|
|
- /**
|
|
|
* 计划净重,由明细表自动合计生成
|
|
|
*/
|
|
|
@Excel(name = "计划净重,由明细表自动合计生成")
|
|
|
private BigDecimal fPlannetweight;
|
|
|
|
|
|
/**
|
|
|
+ * 计划尺码,由明细表自动合计生成
|
|
|
+ */
|
|
|
+ @Excel(name = "计划尺码,由明细表自动合计生成")
|
|
|
+ private BigDecimal fPlanvolumn;
|
|
|
+
|
|
|
+ /**
|
|
|
* 件数,由明细表自动合计生成
|
|
|
*/
|
|
|
@Excel(name = "件数,由明细表自动合计生成")
|
|
@@ -159,10 +152,10 @@ public class TWarehouseBills extends BaseEntity {
|
|
|
private BigDecimal fNetweight;
|
|
|
|
|
|
/**
|
|
|
- * 经营单位(数据字典),对应t_sbu
|
|
|
+ * 尺码,由明细表自动合计生成
|
|
|
*/
|
|
|
- @Excel(name = "经营单位(客户表)")
|
|
|
- private Long fSbu;
|
|
|
+ @Excel(name = "尺码,由明细表自动合计生成")
|
|
|
+ private BigDecimal fVolumn;
|
|
|
|
|
|
/**
|
|
|
* 贸易方式(数据字典),对应t_trademodels
|
|
@@ -171,10 +164,16 @@ public class TWarehouseBills extends BaseEntity {
|
|
|
private Long fTrademodeid;
|
|
|
|
|
|
/**
|
|
|
- * 尺码,由明细表自动合计生成
|
|
|
+ * 计费方式(数据字典)
|
|
|
*/
|
|
|
- @Excel(name = "尺码,由明细表自动合计生成")
|
|
|
- private BigDecimal fVolumn;
|
|
|
+ @Excel(name = "计费方式(数据字典)")
|
|
|
+ private Long fBillingway;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 经营单位(客户列表)
|
|
|
+ */
|
|
|
+ @Excel(name = "经营单位(客户列表)")
|
|
|
+ private Long fSbu;
|
|
|
|
|
|
/**
|
|
|
* 计费单位(数据字典),下拉选择毛重或净重
|
|
@@ -229,7 +228,7 @@ public class TWarehouseBills extends BaseEntity {
|
|
|
* 银行名称,t_corps 中的no或 name,模糊查找选择后,存储id,显示name
|
|
|
*/
|
|
|
@Excel(name = "银行名称,t_corps 中的no或 name,模糊查找选择后,存储id,显示name")
|
|
|
- private String fBankcorpid;
|
|
|
+ private Long fBankcorpid;
|
|
|
|
|
|
/**
|
|
|
* 单据类型(数据字典)SJRK(入库) SJCK(实际出库) CKDB(调拨) HQZY(货权转移)
|
|
@@ -246,6 +245,358 @@ public class TWarehouseBills extends BaseEntity {
|
|
|
/**
|
|
|
* 删除状态
|
|
|
*/
|
|
|
- @TableLogic
|
|
|
private String delFlag;
|
|
|
+
|
|
|
+ public void setfId(Long fId) {
|
|
|
+ this.fId = fId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfId() {
|
|
|
+ return fId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfBillno(String fBillno) {
|
|
|
+ this.fBillno = fBillno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfBillno() {
|
|
|
+ return fBillno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfCustomsdeclartion(String fCustomsdeclartion) {
|
|
|
+ this.fCustomsdeclartion = fCustomsdeclartion;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfCustomsdeclartion() {
|
|
|
+ return fCustomsdeclartion;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfOriginalbillno(String fOriginalbillno) {
|
|
|
+ this.fOriginalbillno = fOriginalbillno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfOriginalbillno() {
|
|
|
+ return fOriginalbillno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfDeptid(Long fDeptid) {
|
|
|
+ this.fDeptid = fDeptid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfDeptid() {
|
|
|
+ return fDeptid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfBsdeptid(Long fBsdeptid) {
|
|
|
+ this.fBsdeptid = fBsdeptid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfBsdeptid() {
|
|
|
+ return fBsdeptid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfContacts(String fContacts) {
|
|
|
+ this.fContacts = fContacts;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfContacts() {
|
|
|
+ return fContacts;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfTel(String fTel) {
|
|
|
+ this.fTel = fTel;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfTel() {
|
|
|
+ return fTel;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfCorpid(Long fCorpid) {
|
|
|
+ this.fCorpid = fCorpid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfCorpid() {
|
|
|
+ return fCorpid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfTocorpid(Long fTocorpid) {
|
|
|
+ this.fTocorpid = fTocorpid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfTocorpid() {
|
|
|
+ return fTocorpid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfStltypeid(Long fStltypeid) {
|
|
|
+ this.fStltypeid = fStltypeid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfStltypeid() {
|
|
|
+ return fStltypeid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfBscorpno(String fBscorpno) {
|
|
|
+ this.fBscorpno = fBscorpno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfBscorpno() {
|
|
|
+ return fBscorpno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfWarehouseid(Long fWarehouseid) {
|
|
|
+ this.fWarehouseid = fWarehouseid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfWarehouseid() {
|
|
|
+ return fWarehouseid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfStorekeeper(String fStorekeeper) {
|
|
|
+ this.fStorekeeper = fStorekeeper;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfStorekeeper() {
|
|
|
+ return fStorekeeper;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfBsdate(Date fBsdate) {
|
|
|
+ this.fBsdate = fBsdate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getfBsdate() {
|
|
|
+ return fBsdate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfPlanqty(Long fPlanqty) {
|
|
|
+ this.fPlanqty = fPlanqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfPlanqty() {
|
|
|
+ return fPlanqty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfPlangrossweight(BigDecimal fPlangrossweight) {
|
|
|
+ this.fPlangrossweight = fPlangrossweight;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getfPlangrossweight() {
|
|
|
+ return fPlangrossweight;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfPlannetweight(BigDecimal fPlannetweight) {
|
|
|
+ this.fPlannetweight = fPlannetweight;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getfPlannetweight() {
|
|
|
+ return fPlannetweight;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfPlanvolumn(BigDecimal fPlanvolumn) {
|
|
|
+ this.fPlanvolumn = fPlanvolumn;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getfPlanvolumn() {
|
|
|
+ return fPlanvolumn;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfQty(Long fQty) {
|
|
|
+ this.fQty = fQty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfQty() {
|
|
|
+ return fQty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfGrossweight(BigDecimal fGrossweight) {
|
|
|
+ this.fGrossweight = fGrossweight;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getfGrossweight() {
|
|
|
+ return fGrossweight;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfNetweight(BigDecimal fNetweight) {
|
|
|
+ this.fNetweight = fNetweight;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getfNetweight() {
|
|
|
+ return fNetweight;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfVolumn(BigDecimal fVolumn) {
|
|
|
+ this.fVolumn = fVolumn;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getfVolumn() {
|
|
|
+ return fVolumn;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfTrademodeid(Long fTrademodeid) {
|
|
|
+ this.fTrademodeid = fTrademodeid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfTrademodeid() {
|
|
|
+ return fTrademodeid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfBillingway(Long fBillingway) {
|
|
|
+ this.fBillingway = fBillingway;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfBillingway() {
|
|
|
+ return fBillingway;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfSbu(Long fSbu) {
|
|
|
+ this.fSbu = fSbu;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfSbu() {
|
|
|
+ return fSbu;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfFeetunit(String fFeetunit) {
|
|
|
+ this.fFeetunit = fFeetunit;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfFeetunit() {
|
|
|
+ return fFeetunit;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfMblno(String fMblno) {
|
|
|
+ this.fMblno = fMblno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfMblno() {
|
|
|
+ return fMblno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfVslvoy(String fVslvoy) {
|
|
|
+ this.fVslvoy = fVslvoy;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfVslvoy() {
|
|
|
+ return fVslvoy;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfEta(Date fEta) {
|
|
|
+ this.fEta = fEta;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getfEta() {
|
|
|
+ return fEta;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfCustomno(String fCustomno) {
|
|
|
+ this.fCustomno = fCustomno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfCustomno() {
|
|
|
+ return fCustomno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfIfweigh(String fIfweigh) {
|
|
|
+ this.fIfweigh = fIfweigh;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfIfweigh() {
|
|
|
+ return fIfweigh;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfIfpledge(String fIfpledge) {
|
|
|
+ this.fIfpledge = fIfpledge;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfIfpledge() {
|
|
|
+ return fIfpledge;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfIfdamage(String fIfdamage) {
|
|
|
+ this.fIfdamage = fIfdamage;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfIfdamage() {
|
|
|
+ return fIfdamage;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfBankcorpid(Long fBankcorpid) {
|
|
|
+ this.fBankcorpid = fBankcorpid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getfBankcorpid() {
|
|
|
+ return fBankcorpid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfBilltype(String fBilltype) {
|
|
|
+ this.fBilltype = fBilltype;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfBilltype() {
|
|
|
+ return fBilltype;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setfBillstatus(String fBillstatus) {
|
|
|
+ this.fBillstatus = fBillstatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getfBillstatus() {
|
|
|
+ return fBillstatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDelFlag(String delFlag) {
|
|
|
+ this.delFlag = delFlag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDelFlag() {
|
|
|
+ return delFlag;
|
|
|
+ }
|
|
|
+
|
|
|
+ @Override
|
|
|
+ public String toString() {
|
|
|
+ return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
|
|
|
+ .append("fId", getfId())
|
|
|
+ .append("fBillno", getfBillno())
|
|
|
+ .append("fCustomsdeclartion", getfCustomsdeclartion())
|
|
|
+ .append("fOriginalbillno", getfOriginalbillno())
|
|
|
+ .append("fDeptid", getfDeptid())
|
|
|
+ .append("fBsdeptid", getfBsdeptid())
|
|
|
+ .append("fContacts", getfContacts())
|
|
|
+ .append("fTel", getfTel())
|
|
|
+ .append("fCorpid", getfCorpid())
|
|
|
+ .append("fTocorpid", getfTocorpid())
|
|
|
+ .append("fStltypeid", getfStltypeid())
|
|
|
+ .append("fBscorpno", getfBscorpno())
|
|
|
+ .append("fWarehouseid", getfWarehouseid())
|
|
|
+ .append("fStorekeeper", getfStorekeeper())
|
|
|
+ .append("fBsdate", getfBsdate())
|
|
|
+ .append("fPlanqty", getfPlanqty())
|
|
|
+ .append("fPlangrossweight", getfPlangrossweight())
|
|
|
+ .append("fPlannetweight", getfPlannetweight())
|
|
|
+ .append("fPlanvolumn", getfPlanvolumn())
|
|
|
+ .append("fQty", getfQty())
|
|
|
+ .append("fGrossweight", getfGrossweight())
|
|
|
+ .append("fNetweight", getfNetweight())
|
|
|
+ .append("fVolumn", getfVolumn())
|
|
|
+ .append("fTrademodeid", getfTrademodeid())
|
|
|
+ .append("fBillingway", getfBillingway())
|
|
|
+ .append("fSbu", getfSbu())
|
|
|
+ .append("fFeetunit", getfFeetunit())
|
|
|
+ .append("fMblno", getfMblno())
|
|
|
+ .append("fVslvoy", getfVslvoy())
|
|
|
+ .append("fEta", getfEta())
|
|
|
+ .append("fCustomno", getfCustomno())
|
|
|
+ .append("fIfweigh", getfIfweigh())
|
|
|
+ .append("fIfpledge", getfIfpledge())
|
|
|
+ .append("fIfdamage", getfIfdamage())
|
|
|
+ .append("fBankcorpid", getfBankcorpid())
|
|
|
+ .append("fBilltype", getfBilltype())
|
|
|
+ .append("fBillstatus", getfBillstatus())
|
|
|
+ .append("delFlag", getDelFlag())
|
|
|
+ .append("createBy", getCreateBy())
|
|
|
+ .append("createTime", getCreateTime())
|
|
|
+ .append("updateBy", getUpdateBy())
|
|
|
+ .append("updateTime", getUpdateTime())
|
|
|
+ .append("remark", getRemark())
|
|
|
+ .toString();
|
|
|
+ }
|
|
|
}
|