123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830 |
- package com.ruoyi.reportManagement.domain;
- import com.baomidou.mybatisplus.annotation.TableField;
- import com.fasterxml.jackson.annotation.JsonFormat;
- import com.ruoyi.common.annotation.Excel;
- import com.ruoyi.common.core.domain.BaseEntity;
- import org.springframework.format.annotation.DateTimeFormat;
- import java.math.BigDecimal;
- import java.util.Date;
- import java.util.List;
- /**
- * 库存总账对象 t_whgenleg
- *
- * @author ruoyi
- * @date 2020-12-25
- */
- public class TWhgenleg extends BaseEntity {
- private static final long serialVersionUID = 1L;
- /**
- * $column.columnComment
- */
- private Long fId;
- /**
- * 年
- */
- private Long fAccyear;
- /**
- * 月
- */
- private Long fAccmonth;
- /**
- * 客户id,t_corps 中的name
- */
- private Long fCorpid;
- /**
- * 发货方
- */
- private String fShipper;
- /**
- * 提单号
- */
- private String fMblno;
- /**
- * 原始入库业务编号
- */
- @Excel(name = "原始入库业务编号")
- private String fOriginalbillno;
- /**
- * 库区,显示仓库 库位 库区
- */
- private Long fWarehouseLocationid;
- /** 仓库/库区/库位 */
- @Excel(name = "仓库/库区/库位")
- private String fWarehouseInformation;
- /**
- * 货物品名,t_goods 中的no或 name,模糊查找选择后,存储f_id,显示name
- */
- private Long fGoodsid;
- /**
- * 业务日期
- */
- @JsonFormat(pattern = "yyyy-MM-dd")
- @DateTimeFormat(pattern = "yyyy-MM-dd")
- @Excel(name = "仓储计费日期", width = 30, dateFormat = "yyyy-MM-dd")
- private Date fBsdate;
- /**
- * 仓储计费日期
- */
- @JsonFormat(pattern = "yyyy-MM-dd")
- @DateTimeFormat(pattern = "yyyy-MM-dd")
- @Excel(name = "仓储计费日期", width = 30, dateFormat = "yyyy-MM-dd")
- private Date fChargedate;
- /**
- * 贸易方式,对应t_trademodels name
- */
- private Long fTrademodeid;
- /**
- * 上期件数
- */
- @Excel(name = "上期件数")
- private BigDecimal fPreqty;
- /**
- * 仓库
- */
- @Excel(name = "仓库")
- private Long fWarehouseid;
- /**
- * 上期毛重,单位为吨,保留6位小数
- */
- @Excel(name = "上期毛重,单位为吨,保留6位小数")
- private BigDecimal fPregrossweight;
- /**
- * 上期净重,
- */
- @Excel(name = "上期净重,")
- private BigDecimal fPrenetweight;
- /**
- * 入库件数
- */
- @Excel(name = "入库件数")
- private BigDecimal fQtyd;
- /**
- * 入库尺码
- */
- @Excel(name = "入库尺码")
- private BigDecimal fVolumnd;
- /**
- * 计费方式(数据字典)
- */
- @Excel(name = "计费方式(数据字典)")
- private Long fBillingway;
- /**
- * 入库毛重
- */
- @Excel(name = "入库毛重")
- private BigDecimal fGrossweightd;
- /**
- * 入库净重
- */
- @Excel(name = "入库净重")
- private BigDecimal fNetweightd;
- /**
- * 出口尺码
- */
- @Excel(name = "出口尺码")
- private BigDecimal fVolumnc;
- /**
- * 出库件数
- */
- @Excel(name = "出库件数")
- private BigDecimal fQtyc;
- /**
- * 出库毛重,单位为吨
- */
- @Excel(name = "出库毛重,单位为吨")
- private BigDecimal fGrossweightc;
- /**
- * 结余件数
- */
- @Excel(name = "结余件数")
- private BigDecimal fQtyblc;
- /**
- * 结余毛重
- */
- @Excel(name = "结余毛重")
- private BigDecimal fGrossweightblc;
- /**
- * 出库净重
- */
- @Excel(name = "出库净重")
- private BigDecimal fNetweightc;
- /**
- * 结余净重
- */
- @Excel(name = "结余净重")
- private BigDecimal fNetweightblc;
- /**
- * 结余尺码
- */
- @Excel(name = "结余尺码")
- private BigDecimal fVolumnblc;
- /**
- * 箱号
- */
- @Excel(name = "箱号")
- private String fCntrno;
- /**
- * 状态,默认 T ,正常T 停用F 下拉选择
- */
- @Excel(name = "状态,默认 T ,正常T 停用F 下拉选择")
- private String fStatus;
- /**
- * 删除状态
- */
- private String delFlag;
- /**
- * 业务类型(存汉字的,用来选择 产地 规格 品牌)
- */
- @Excel(name = "业务类型(存汉字的,用来选择 产地 规格 品牌)")
- private Long fBusinessType;
- /**
- * 唛头
- */
- @Excel(name = "唛头")
- private String fMarks;
- /**
- * 原始入库日期
- */
- @JsonFormat(pattern = "yyyy-MM-dd")
- @Excel(name = "原始入库日期", width = 30, dateFormat = "yyyy-MM-dd")
- private Date fOriginalbilldate;
- /** 库内箱号 */
- @Excel(name = "库内箱号")
- private String fLocalcntrno;
- /**
- * 查询时间区间
- */
- private List<String> orgStorageDate;
- /** 仓库 */
- @Excel(name = "仓库")
- private Long fLocation;
- /**
- * 报关单号
- */
- @Excel(name = "报关单号")
- private String fCustomno;
- /**
- * 备案序号
- */
- private String fEmsSeqNo;
- /**
- * 锁定状态
- */
- private Integer lockStatus;
- /**
- * 质押归属人
- */
- private String belongTo;
- /**
- * 锁定时间
- */
- private Date lockTime;
- /**
- * 解锁时间
- */
- private Date unlockTime;
- /**
- * 舱单编号
- */
- private String wrNumber;
- /** 是否按照箱号 */
- private Long isCntrno;
- /** 是否按照提单号 */
- private Long isMblno;
- //手机号
- private String fTel;
- private String timeStartBsdate;
- private String timeEndBsdate;
- /**
- * 仓库编号
- */
- private String warehouseNo;
- /**
- * 客户Id
- */
- private String customerId;
- /**
- * 库区 / 库位
- */
- private String warehouseInformation;
- private String sku;
- private String spu;
- public String getfNo() {
- return fNo;
- }
- public void setfNo(String fNo) {
- this.fNo = fNo;
- }
- @TableField(exist = false)
- private String fNo;
- /**
- *核注清单
- */
- private String checklists;
- public String getfWarehouseInformation() {
- return fWarehouseInformation;
- }
- public void setfWarehouseInformation(String fWarehouseInformation) {
- this.fWarehouseInformation = fWarehouseInformation;
- }
- public String getWarehouseInformation() {
- return warehouseInformation;
- }
- public void setWarehouseInformation(String warehouseInformation) {
- this.warehouseInformation = warehouseInformation;
- }
- public String getSku() {
- return sku;
- }
- public void setSku(String sku) {
- this.sku = sku;
- }
- public String getSpu() {
- return spu;
- }
- public void setSpu(String spu) {
- this.spu = spu;
- }
- public String getCustomerId() {
- return customerId;
- }
- public void setCustomerId(String customerId) {
- this.customerId = customerId;
- }
- public String getWarehouseNo() {
- return warehouseNo;
- }
- public void setWarehouseNo(String warehouseNo) {
- this.warehouseNo = warehouseNo;
- }
- public String getChecklists() {
- return checklists;
- }
- public void setChecklists(String checklists) {
- this.checklists = checklists;
- }
- public String getfEmsSeqNo() {
- return fEmsSeqNo;
- }
- public void setfEmsSeqNo(String fEmsSeqNo) {
- this.fEmsSeqNo = fEmsSeqNo;
- }
- public Date getfBsdate() {
- return fBsdate;
- }
- public void setfBsdate(Date fBsdate) {
- this.fBsdate = fBsdate;
- }
- public String getfTel() {
- return fTel;
- }
- public void setfTel(String fTel) {
- this.fTel = fTel;
- }
- public static long getSerialVersionUID() {
- return serialVersionUID;
- }
- public Long getIsMblno() {
- return isMblno;
- }
- public void setIsMblno(Long isMblno) {
- this.isMblno = isMblno;
- }
- public String getfCustomno() {
- return fCustomno;
- }
- public void setfCustomno(String fCustomno) {
- this.fCustomno = fCustomno;
- }
- public Long getfId() {
- return fId;
- }
- public void setfId(Long fId) {
- this.fId = fId;
- }
- public Long getfAccyear() {
- return fAccyear;
- }
- public void setfAccyear(Long fAccyear) {
- this.fAccyear = fAccyear;
- }
- public Long getfAccmonth() {
- return fAccmonth;
- }
- public void setfAccmonth(Long fAccmonth) {
- this.fAccmonth = fAccmonth;
- }
- public Long getfCorpid() {
- return fCorpid;
- }
- public void setfCorpid(Long fCorpid) {
- this.fCorpid = fCorpid;
- }
- public String getfShipper() {
- return fShipper;
- }
- public void setfShipper(String fShipper) {
- this.fShipper = fShipper;
- }
- public String getfMblno() {
- return fMblno;
- }
- public void setfMblno(String fMblno) {
- this.fMblno = fMblno;
- }
- public String getfOriginalbillno() {
- return fOriginalbillno;
- }
- public void setfOriginalbillno(String fOriginalbillno) {
- this.fOriginalbillno = fOriginalbillno;
- }
- public Long getfWarehouseLocationid() {
- return fWarehouseLocationid;
- }
- public void setfWarehouseLocationid(Long fWarehouseLocationid) {
- this.fWarehouseLocationid = fWarehouseLocationid;
- }
- public Long getfGoodsid() {
- return fGoodsid;
- }
- public void setfGoodsid(Long fGoodsid) {
- this.fGoodsid = fGoodsid;
- }
- public Date getfChargedate() {
- return fChargedate;
- }
- public void setfChargedate(Date fChargedate) {
- this.fChargedate = fChargedate;
- }
- public Long getfTrademodeid() {
- return fTrademodeid;
- }
- public void setfTrademodeid(Long fTrademodeid) {
- this.fTrademodeid = fTrademodeid;
- }
- public BigDecimal getfPreqty() {
- return fPreqty;
- }
- public void setfPreqty(BigDecimal fPreqty) {
- this.fPreqty = fPreqty;
- }
- public Long getfWarehouseid() {
- return fWarehouseid;
- }
- public void setfWarehouseid(Long fWarehouseid) {
- this.fWarehouseid = fWarehouseid;
- }
- public BigDecimal getfPregrossweight() {
- return fPregrossweight;
- }
- public void setfPregrossweight(BigDecimal fPregrossweight) {
- this.fPregrossweight = fPregrossweight;
- }
- public BigDecimal getfPrenetweight() {
- return fPrenetweight;
- }
- public void setfPrenetweight(BigDecimal fPrenetweight) {
- this.fPrenetweight = fPrenetweight;
- }
- public BigDecimal getfQtyd() {
- return fQtyd;
- }
- public void setfQtyd(BigDecimal fQtyd) {
- this.fQtyd = fQtyd;
- }
- public BigDecimal getfVolumnd() {
- return fVolumnd;
- }
- public void setfVolumnd(BigDecimal fVolumnd) {
- this.fVolumnd = fVolumnd;
- }
- public Long getfBillingway() {
- return fBillingway;
- }
- public void setfBillingway(Long fBillingway) {
- this.fBillingway = fBillingway;
- }
- public BigDecimal getfGrossweightd() {
- return fGrossweightd;
- }
- public void setfGrossweightd(BigDecimal fGrossweightd) {
- this.fGrossweightd = fGrossweightd;
- }
- public BigDecimal getfNetweightd() {
- return fNetweightd;
- }
- public void setfNetweightd(BigDecimal fNetweightd) {
- this.fNetweightd = fNetweightd;
- }
- public BigDecimal getfVolumnc() {
- return fVolumnc;
- }
- public void setfVolumnc(BigDecimal fVolumnc) {
- this.fVolumnc = fVolumnc;
- }
- public BigDecimal getfQtyc() {
- return fQtyc;
- }
- public void setfQtyc(BigDecimal fQtyc) {
- this.fQtyc = fQtyc;
- }
- public BigDecimal getfGrossweightc() {
- return fGrossweightc;
- }
- public void setfGrossweightc(BigDecimal fGrossweightc) {
- this.fGrossweightc = fGrossweightc;
- }
- public BigDecimal getfQtyblc() {
- return fQtyblc;
- }
- public void setfQtyblc(BigDecimal fQtyblc) {
- this.fQtyblc = fQtyblc;
- }
- public BigDecimal getfGrossweightblc() {
- return fGrossweightblc;
- }
- public void setfGrossweightblc(BigDecimal fGrossweightblc) {
- this.fGrossweightblc = fGrossweightblc;
- }
- public BigDecimal getfNetweightc() {
- return fNetweightc;
- }
- public void setfNetweightc(BigDecimal fNetweightc) {
- this.fNetweightc = fNetweightc;
- }
- public BigDecimal getfNetweightblc() {
- return fNetweightblc;
- }
- public void setfNetweightblc(BigDecimal fNetweightblc) {
- this.fNetweightblc = fNetweightblc;
- }
- public BigDecimal getfVolumnblc() {
- return fVolumnblc;
- }
- public void setfVolumnblc(BigDecimal fVolumnblc) {
- this.fVolumnblc = fVolumnblc;
- }
- public String getfCntrno() {
- return fCntrno;
- }
- public void setfCntrno(String fCntrno) {
- this.fCntrno = fCntrno;
- }
- public String getfStatus() {
- return fStatus;
- }
- public void setfStatus(String fStatus) {
- this.fStatus = fStatus;
- }
- public String getDelFlag() {
- return delFlag;
- }
- public void setDelFlag(String delFlag) {
- this.delFlag = delFlag;
- }
- public Long getfBusinessType() {
- return fBusinessType;
- }
- public void setfBusinessType(Long fBusinessType) {
- this.fBusinessType = fBusinessType;
- }
- public String getfMarks() {
- return fMarks;
- }
- public void setfMarks(String fMarks) {
- this.fMarks = fMarks;
- }
- public Date getfOriginalbilldate() {
- return fOriginalbilldate;
- }
- public void setfOriginalbilldate(Date fOriginalbilldate) {
- this.fOriginalbilldate = fOriginalbilldate;
- }
- public List<String> getOrgStorageDate() {
- return orgStorageDate;
- }
- public void setOrgStorageDate(List<String> orgStorageDate) {
- this.orgStorageDate = orgStorageDate;
- }
- public Long getfLocation() {
- return fLocation;
- }
- public void setfLocation(Long fLocation) {
- this.fLocation = fLocation;
- }
- public Long getIsCntrno() {
- return isCntrno;
- }
- public void setIsCntrno(Long isCntrno) {
- this.isCntrno = isCntrno;
- }
- public String getTimeStartBsdate() {
- return timeStartBsdate;
- }
- public void setTimeStartBsdate(String timeStartBsdate) {
- this.timeStartBsdate = timeStartBsdate;
- }
- public String getTimeEndBsdate() {
- return timeEndBsdate;
- }
- public void setTimeEndBsdate(String timeEndBsdate) {
- this.timeEndBsdate = timeEndBsdate;
- }
- public String getfLocalcntrno() {
- return fLocalcntrno;
- }
- public void setfLocalcntrno(String fLocalcntrno) {
- this.fLocalcntrno = fLocalcntrno;
- }
- @Override
- public String toString() {
- return "TWhgenleg{" +
- "fId=" + fId +
- ", fAccyear=" + fAccyear +
- ", fAccmonth=" + fAccmonth +
- ", fCorpid=" + fCorpid +
- ", fShipper=" + fShipper +
- ", fMblno='" + fMblno + '\'' +
- ", fOriginalbillno='" + fOriginalbillno + '\'' +
- ", fWarehouseLocationid=" + fWarehouseLocationid +
- ", fGoodsid=" + fGoodsid +
- ", fChargedate=" + fChargedate +
- ", fTrademodeid=" + fTrademodeid +
- ", fPreqty=" + fPreqty +
- ", fWarehouseid=" + fWarehouseid +
- ", fPregrossweight=" + fPregrossweight +
- ", fPrenetweight=" + fPrenetweight +
- ", fQtyd=" + fQtyd +
- ", fVolumnd=" + fVolumnd +
- ", fBillingway=" + fBillingway +
- ", fGrossweightd=" + fGrossweightd +
- ", fNetweightd=" + fNetweightd +
- ", fVolumnc=" + fVolumnc +
- ", fQtyc=" + fQtyc +
- ", fGrossweightc=" + fGrossweightc +
- ", fQtyblc=" + fQtyblc +
- ", fGrossweightblc=" + fGrossweightblc +
- ", fNetweightc=" + fNetweightc +
- ", fNetweightblc=" + fNetweightblc +
- ", fVolumnblc=" + fVolumnblc +
- ", fCntrno='" + fCntrno + '\'' +
- ", fStatus='" + fStatus + '\'' +
- ", delFlag='" + delFlag + '\'' +
- ", fBusinessType=" + fBusinessType +
- ", fMarks='" + fMarks + '\'' +
- ", fOriginalbilldate=" + fOriginalbilldate +
- ", fLocalcntrno='" + fLocalcntrno + '\'' +
- ", orgStorageDate=" + orgStorageDate +
- ", fLocation=" + fLocation +
- ", isCntrno=" + isCntrno +
- ", timeStartBsdate='" + timeStartBsdate + '\'' +
- ", timeEndBsdate='" + timeEndBsdate + '\'' +
- ", fCustomno='" + fCustomno + '\'' +
- '}';
- }
- public Integer getLockStatus() {
- return lockStatus;
- }
- public void setLockStatus(Integer lockStatus) {
- this.lockStatus = lockStatus;
- }
- public String getBelongTo() {
- return belongTo;
- }
- public void setBelongTo(String belongTo) {
- this.belongTo = belongTo;
- }
- public Date getLockTime() {
- return lockTime;
- }
- public void setLockTime(Date lockTime) {
- this.lockTime = lockTime;
- }
- public Date getUnlockTime() {
- return unlockTime;
- }
- public void setUnlockTime(Date unlockTime) {
- this.unlockTime = unlockTime;
- }
- public String getWrNumber() {
- return wrNumber;
- }
- public void setWrNumber(String wrNumber) {
- this.wrNumber = wrNumber;
- }
- }
|