|
@@ -15,7 +15,6 @@ import com.ruoyi.common.core.domain.BaseEntity;
|
|
|
* @author ruoyi
|
|
|
* @date 2021-02-22
|
|
|
*/
|
|
|
-@Data
|
|
|
public class Ftmsorderbillscars extends BaseEntity {
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
@@ -411,7 +410,907 @@ public class Ftmsorderbillscars extends BaseEntity {
|
|
|
private String remarks;
|
|
|
|
|
|
/**
|
|
|
+ * 配载状态(正常NN, 重去重回主MM, 重去重回从MH)
|
|
|
+ */
|
|
|
+ @Excel(name = "配载状态(正常NN, 重去重回主MM, 重去重回从MH)")
|
|
|
+ private String billKind;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 配载运单号
|
|
|
+ */
|
|
|
+ @Excel(name = "配载运单号")
|
|
|
+ private String mBillNo;
|
|
|
+
|
|
|
+ /**
|
|
|
* 查询日期区间
|
|
|
*/
|
|
|
private List<String> monthList;
|
|
|
+
|
|
|
+ public Long getId() {
|
|
|
+ return id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setId(Long id) {
|
|
|
+ this.id = id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getpId() {
|
|
|
+ return pId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setpId(Long pId) {
|
|
|
+ this.pId = pId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getOrgId() {
|
|
|
+ return orgId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOrgId(Long orgId) {
|
|
|
+ this.orgId = orgId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getOrderNo() {
|
|
|
+ return orderNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOrderNo(String orderNo) {
|
|
|
+ this.orderNo = orderNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getCntrId() {
|
|
|
+ return cntrId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCntrId(Long cntrId) {
|
|
|
+ this.cntrId = cntrId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCntrNo() {
|
|
|
+ return cntrNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCntrNo(String cntrNo) {
|
|
|
+ this.cntrNo = cntrNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getCarcorPid() {
|
|
|
+ return carcorPid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCarcorPid(Long carcorPid) {
|
|
|
+ this.carcorPid = carcorPid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getMblno() {
|
|
|
+ return mblno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMblno(String mblno) {
|
|
|
+ this.mblno = mblno;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCarregNo() {
|
|
|
+ return carregNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCarregNo(String carregNo) {
|
|
|
+ this.carregNo = carregNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDriverName() {
|
|
|
+ return driverName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDriverName(String driverName) {
|
|
|
+ this.driverName = driverName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getDriverUserId() {
|
|
|
+ return driverUserId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDriverUserId(Long driverUserId) {
|
|
|
+ this.driverUserId = driverUserId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDriverTel() {
|
|
|
+ return driverTel;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDriverTel(String driverTel) {
|
|
|
+ this.driverTel = driverTel;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getPlanDate() {
|
|
|
+ return planDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPlanDate(Date planDate) {
|
|
|
+ this.planDate = planDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPlanRemarks() {
|
|
|
+ return planRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPlanRemarks(String planRemarks) {
|
|
|
+ this.planRemarks = planRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getAcceptDate() {
|
|
|
+ return acceptDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAcceptDate(Date acceptDate) {
|
|
|
+ this.acceptDate = acceptDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAcceptRemarks() {
|
|
|
+ return acceptRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAcceptRemarks(String acceptRemarks) {
|
|
|
+ this.acceptRemarks = acceptRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getLoadDate() {
|
|
|
+ return loadDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLoadDate(Date loadDate) {
|
|
|
+ this.loadDate = loadDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getLoadRemarks() {
|
|
|
+ return loadRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLoadRemarks(String loadRemarks) {
|
|
|
+ this.loadRemarks = loadRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getMdLoadDate() {
|
|
|
+ return mdLoadDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMdLoadDate(Date mdLoadDate) {
|
|
|
+ this.mdLoadDate = mdLoadDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getOffData() {
|
|
|
+ return offData;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOffData(Date offData) {
|
|
|
+ this.offData = offData;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getOffRemarks() {
|
|
|
+ return offRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOffRemarks(String offRemarks) {
|
|
|
+ this.offRemarks = offRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getMdLoadRemarks() {
|
|
|
+ return mdLoadRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMdLoadRemarks(String mdLoadRemarks) {
|
|
|
+ this.mdLoadRemarks = mdLoadRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getUnLoadDate() {
|
|
|
+ return unLoadDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUnLoadDate(Date unLoadDate) {
|
|
|
+ this.unLoadDate = unLoadDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getUnLoadRemarks() {
|
|
|
+ return unLoadRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUnLoadRemarks(String unLoadRemarks) {
|
|
|
+ this.unLoadRemarks = unLoadRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getWaybillDate() {
|
|
|
+ return waybillDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setWaybillDate(Date waybillDate) {
|
|
|
+ this.waybillDate = waybillDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getQtyLoad() {
|
|
|
+ return qtyLoad;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setQtyLoad(BigDecimal qtyLoad) {
|
|
|
+ this.qtyLoad = qtyLoad;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getQtyUnLoad() {
|
|
|
+ return qtyUnLoad;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setQtyUnLoad(BigDecimal qtyUnLoad) {
|
|
|
+ this.qtyUnLoad = qtyUnLoad;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getCntrQty() {
|
|
|
+ return cntrQty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCntrQty(Long cntrQty) {
|
|
|
+ this.cntrQty = cntrQty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getGopodsLossQty() {
|
|
|
+ return gopodsLossQty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGopodsLossQty(BigDecimal gopodsLossQty) {
|
|
|
+ this.gopodsLossQty = gopodsLossQty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getCntrWeight() {
|
|
|
+ return cntrWeight;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCntrWeight(BigDecimal cntrWeight) {
|
|
|
+ this.cntrWeight = cntrWeight;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getGopodsLossrate() {
|
|
|
+ return gopodsLossrate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGopodsLossrate(BigDecimal gopodsLossrate) {
|
|
|
+ this.gopodsLossrate = gopodsLossrate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getWaybillRemarks() {
|
|
|
+ return waybillRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setWaybillRemarks(String waybillRemarks) {
|
|
|
+ this.waybillRemarks = waybillRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getGopodsLossamtCr() {
|
|
|
+ return gopodsLossamtCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGopodsLossamtCr(BigDecimal gopodsLossamtCr) {
|
|
|
+ this.gopodsLossamtCr = gopodsLossamtCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getQtyDr() {
|
|
|
+ return qtyDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setQtyDr(BigDecimal qtyDr) {
|
|
|
+ this.qtyDr = qtyDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getGopodsLossamtDr() {
|
|
|
+ return gopodsLossamtDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setGopodsLossamtDr(BigDecimal gopodsLossamtDr) {
|
|
|
+ this.gopodsLossamtDr = gopodsLossamtDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getQtyCr() {
|
|
|
+ return qtyCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setQtyCr(BigDecimal qtyCr) {
|
|
|
+ this.qtyCr = qtyCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getFreightPriceDr() {
|
|
|
+ return freightPriceDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFreightPriceDr(BigDecimal freightPriceDr) {
|
|
|
+ this.freightPriceDr = freightPriceDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getFreightPriceCr() {
|
|
|
+ return freightPriceCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFreightPriceCr(BigDecimal freightPriceCr) {
|
|
|
+ this.freightPriceCr = freightPriceCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getFreightAmtDr() {
|
|
|
+ return freightAmtDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFreightAmtDr(BigDecimal freightAmtDr) {
|
|
|
+ this.freightAmtDr = freightAmtDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getFreightAmtCr() {
|
|
|
+ return freightAmtCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFreightAmtCr(BigDecimal freightAmtCr) {
|
|
|
+ this.freightAmtCr = freightAmtCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getFeeitemDr() {
|
|
|
+ return feeitemDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFeeitemDr(BigDecimal feeitemDr) {
|
|
|
+ this.feeitemDr = feeitemDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getFeeitemDrRemarks() {
|
|
|
+ return feeitemDrRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFeeitemDrRemarks(String feeitemDrRemarks) {
|
|
|
+ this.feeitemDrRemarks = feeitemDrRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getFeeitemCr() {
|
|
|
+ return feeitemCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFeeitemCr(BigDecimal feeitemCr) {
|
|
|
+ this.feeitemCr = feeitemCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getFeeitemCrRemarks() {
|
|
|
+ return feeitemCrRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setFeeitemCrRemarks(String feeitemCrRemarks) {
|
|
|
+ this.feeitemCrRemarks = feeitemCrRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getAmtDr() {
|
|
|
+ return amtDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAmtDr(BigDecimal amtDr) {
|
|
|
+ this.amtDr = amtDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getAmtCr() {
|
|
|
+ return amtCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAmtCr(BigDecimal amtCr) {
|
|
|
+ this.amtCr = amtCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getDueDateDr() {
|
|
|
+ return dueDateDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDueDateDr(Date dueDateDr) {
|
|
|
+ this.dueDateDr = dueDateDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getDueDateCr() {
|
|
|
+ return dueDateCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDueDateCr(Date dueDateCr) {
|
|
|
+ this.dueDateCr = dueDateCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getOdometerFrom() {
|
|
|
+ return odometerFrom;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOdometerFrom(Long odometerFrom) {
|
|
|
+ this.odometerFrom = odometerFrom;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getOdometerEnd() {
|
|
|
+ return odometerEnd;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOdometerEnd(Long odometerEnd) {
|
|
|
+ this.odometerEnd = odometerEnd;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getMilesEmpty() {
|
|
|
+ return milesEmpty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMilesEmpty(Long milesEmpty) {
|
|
|
+ this.milesEmpty = milesEmpty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getMilesLoad() {
|
|
|
+ return milesLoad;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMilesLoad(Long milesLoad) {
|
|
|
+ this.milesLoad = milesLoad;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getMiles() {
|
|
|
+ return miles;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMiles(Long miles) {
|
|
|
+ this.miles = miles;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getDriverbonus() {
|
|
|
+ return driverbonus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDriverbonus(BigDecimal driverbonus) {
|
|
|
+ this.driverbonus = driverbonus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getCosttoll() {
|
|
|
+ return costtoll;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCosttoll(BigDecimal costtoll) {
|
|
|
+ this.costtoll = costtoll;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getCostmaintain() {
|
|
|
+ return costmaintain;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCostmaintain(BigDecimal costmaintain) {
|
|
|
+ this.costmaintain = costmaintain;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getCostOth() {
|
|
|
+ return costOth;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCostOth(BigDecimal costOth) {
|
|
|
+ this.costOth = costOth;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCostRemarks() {
|
|
|
+ return costRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCostRemarks(String costRemarks) {
|
|
|
+ this.costRemarks = costRemarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getOilQtyper() {
|
|
|
+ return oilQtyper;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOilQtyper(BigDecimal oilQtyper) {
|
|
|
+ this.oilQtyper = oilQtyper;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getOilQty1() {
|
|
|
+ return oilQty1;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOilQty1(BigDecimal oilQty1) {
|
|
|
+ this.oilQty1 = oilQty1;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getOilPrice1() {
|
|
|
+ return oilPrice1;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOilPrice1(BigDecimal oilPrice1) {
|
|
|
+ this.oilPrice1 = oilPrice1;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getOilAmt1() {
|
|
|
+ return oilAmt1;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOilAmt1(BigDecimal oilAmt1) {
|
|
|
+ this.oilAmt1 = oilAmt1;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getOilQty2() {
|
|
|
+ return oilQty2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOilQty2(BigDecimal oilQty2) {
|
|
|
+ this.oilQty2 = oilQty2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getOilPrice2() {
|
|
|
+ return oilPrice2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOilPrice2(BigDecimal oilPrice2) {
|
|
|
+ this.oilPrice2 = oilPrice2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getOilAmt2() {
|
|
|
+ return oilAmt2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOilAmt2(BigDecimal oilAmt2) {
|
|
|
+ this.oilAmt2 = oilAmt2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getOilQty() {
|
|
|
+ return oilQty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOilQty(BigDecimal oilQty) {
|
|
|
+ this.oilQty = oilQty;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getOilPrice() {
|
|
|
+ return oilPrice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOilPrice(BigDecimal oilPrice) {
|
|
|
+ this.oilPrice = oilPrice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getOilAmt() {
|
|
|
+ return oilAmt;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOilAmt(BigDecimal oilAmt) {
|
|
|
+ this.oilAmt = oilAmt;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getOilQtyBlc() {
|
|
|
+ return oilQtyBlc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOilQtyBlc(BigDecimal oilQtyBlc) {
|
|
|
+ this.oilQtyBlc = oilQtyBlc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getOilAmtBlc() {
|
|
|
+ return oilAmtBlc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOilAmtBlc(BigDecimal oilAmtBlc) {
|
|
|
+ this.oilAmtBlc = oilAmtBlc;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getProfit() {
|
|
|
+ return profit;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setProfit(BigDecimal profit) {
|
|
|
+ this.profit = profit;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getInvDrNeed() {
|
|
|
+ return invDrNeed;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInvDrNeed(String invDrNeed) {
|
|
|
+ this.invDrNeed = invDrNeed;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getInvDrStatus() {
|
|
|
+ return invDrStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInvDrStatus(String invDrStatus) {
|
|
|
+ this.invDrStatus = invDrStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getInvDrTaxrate() {
|
|
|
+ return invDrTaxrate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInvDrTaxrate(BigDecimal invDrTaxrate) {
|
|
|
+ this.invDrTaxrate = invDrTaxrate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getInvDrTaxamt() {
|
|
|
+ return invDrTaxamt;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInvDrTaxamt(BigDecimal invDrTaxamt) {
|
|
|
+ this.invDrTaxamt = invDrTaxamt;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getInvDrDate() {
|
|
|
+ return invDrDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInvDrDate(Date invDrDate) {
|
|
|
+ this.invDrDate = invDrDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getInvDrNo() {
|
|
|
+ return invDrNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setInvDrNo(String invDrNo) {
|
|
|
+ this.invDrNo = invDrNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getAccchkStaus() {
|
|
|
+ return accchkStaus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAccchkStaus(String accchkStaus) {
|
|
|
+ this.accchkStaus = accchkStaus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getBillStatus() {
|
|
|
+ return billStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBillStatus(Long billStatus) {
|
|
|
+ this.billStatus = billStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Long getOrderStatus() {
|
|
|
+ return orderStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOrderStatus(Long orderStatus) {
|
|
|
+ this.orderStatus = orderStatus;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getAccchkDate() {
|
|
|
+ return accchkDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setAccchkDate(Date accchkDate) {
|
|
|
+ this.accchkDate = accchkDate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getCostomAmt01() {
|
|
|
+ return costomAmt01;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCostomAmt01(BigDecimal costomAmt01) {
|
|
|
+ this.costomAmt01 = costomAmt01;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getStlAmtDr() {
|
|
|
+ return stlAmtDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStlAmtDr(BigDecimal stlAmtDr) {
|
|
|
+ this.stlAmtDr = stlAmtDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getCostomAmt02() {
|
|
|
+ return costomAmt02;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCostomAmt02(BigDecimal costomAmt02) {
|
|
|
+ this.costomAmt02 = costomAmt02;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getStlDateDr() {
|
|
|
+ return stlDateDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStlDateDr(Date stlDateDr) {
|
|
|
+ this.stlDateDr = stlDateDr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getCostomAmt03() {
|
|
|
+ return costomAmt03;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCostomAmt03(BigDecimal costomAmt03) {
|
|
|
+ this.costomAmt03 = costomAmt03;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getStlAmtCr() {
|
|
|
+ return stlAmtCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStlAmtCr(BigDecimal stlAmtCr) {
|
|
|
+ this.stlAmtCr = stlAmtCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getCostomAmt04() {
|
|
|
+ return costomAmt04;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCostomAmt04(BigDecimal costomAmt04) {
|
|
|
+ this.costomAmt04 = costomAmt04;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getStlDateCr() {
|
|
|
+ return stlDateCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStlDateCr(Date stlDateCr) {
|
|
|
+ this.stlDateCr = stlDateCr;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getCostomAmt05() {
|
|
|
+ return costomAmt05;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCostomAmt05(BigDecimal costomAmt05) {
|
|
|
+ this.costomAmt05 = costomAmt05;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getCostomAmt06() {
|
|
|
+ return costomAmt06;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCostomAmt06(BigDecimal costomAmt06) {
|
|
|
+ this.costomAmt06 = costomAmt06;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getDelFlag() {
|
|
|
+ return delFlag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setDelFlag(String delFlag) {
|
|
|
+ this.delFlag = delFlag;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCostomStr01() {
|
|
|
+ return costomStr01;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCostomStr01(String costomStr01) {
|
|
|
+ this.costomStr01 = costomStr01;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getCostomStr02() {
|
|
|
+ return costomStr02;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCostomStr02(String costomStr02) {
|
|
|
+ this.costomStr02 = costomStr02;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getRemarks() {
|
|
|
+ return remarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setRemarks(String remarks) {
|
|
|
+ this.remarks = remarks;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBillKind() {
|
|
|
+ return billKind;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBillKind(String billKind) {
|
|
|
+ this.billKind = billKind;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getmBillNo() {
|
|
|
+ return mBillNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setmBillNo(String mBillNo) {
|
|
|
+ this.mBillNo = mBillNo;
|
|
|
+ }
|
|
|
+
|
|
|
+ public List<String> getMonthList() {
|
|
|
+ return monthList;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMonthList(List<String> monthList) {
|
|
|
+ this.monthList = monthList;
|
|
|
+ }
|
|
|
+
|
|
|
+ @Override
|
|
|
+ public String toString() {
|
|
|
+ return "Ftmsorderbillscars{" +
|
|
|
+ "id=" + id +
|
|
|
+ ", pId=" + pId +
|
|
|
+ ", orgId=" + orgId +
|
|
|
+ ", orderNo='" + orderNo + '\'' +
|
|
|
+ ", cntrId=" + cntrId +
|
|
|
+ ", cntrNo='" + cntrNo + '\'' +
|
|
|
+ ", carcorPid=" + carcorPid +
|
|
|
+ ", mblno='" + mblno + '\'' +
|
|
|
+ ", carregNo='" + carregNo + '\'' +
|
|
|
+ ", driverName='" + driverName + '\'' +
|
|
|
+ ", driverUserId=" + driverUserId +
|
|
|
+ ", driverTel='" + driverTel + '\'' +
|
|
|
+ ", planDate=" + planDate +
|
|
|
+ ", planRemarks='" + planRemarks + '\'' +
|
|
|
+ ", acceptDate=" + acceptDate +
|
|
|
+ ", acceptRemarks='" + acceptRemarks + '\'' +
|
|
|
+ ", loadDate=" + loadDate +
|
|
|
+ ", loadRemarks='" + loadRemarks + '\'' +
|
|
|
+ ", mdLoadDate=" + mdLoadDate +
|
|
|
+ ", offData=" + offData +
|
|
|
+ ", offRemarks='" + offRemarks + '\'' +
|
|
|
+ ", mdLoadRemarks='" + mdLoadRemarks + '\'' +
|
|
|
+ ", unLoadDate=" + unLoadDate +
|
|
|
+ ", unLoadRemarks='" + unLoadRemarks + '\'' +
|
|
|
+ ", waybillDate=" + waybillDate +
|
|
|
+ ", qtyLoad=" + qtyLoad +
|
|
|
+ ", qtyUnLoad=" + qtyUnLoad +
|
|
|
+ ", cntrQty=" + cntrQty +
|
|
|
+ ", gopodsLossQty=" + gopodsLossQty +
|
|
|
+ ", cntrWeight=" + cntrWeight +
|
|
|
+ ", gopodsLossrate=" + gopodsLossrate +
|
|
|
+ ", waybillRemarks='" + waybillRemarks + '\'' +
|
|
|
+ ", gopodsLossamtCr=" + gopodsLossamtCr +
|
|
|
+ ", qtyDr=" + qtyDr +
|
|
|
+ ", gopodsLossamtDr=" + gopodsLossamtDr +
|
|
|
+ ", qtyCr=" + qtyCr +
|
|
|
+ ", freightPriceDr=" + freightPriceDr +
|
|
|
+ ", freightPriceCr=" + freightPriceCr +
|
|
|
+ ", freightAmtDr=" + freightAmtDr +
|
|
|
+ ", freightAmtCr=" + freightAmtCr +
|
|
|
+ ", feeitemDr=" + feeitemDr +
|
|
|
+ ", feeitemDrRemarks='" + feeitemDrRemarks + '\'' +
|
|
|
+ ", feeitemCr=" + feeitemCr +
|
|
|
+ ", feeitemCrRemarks='" + feeitemCrRemarks + '\'' +
|
|
|
+ ", amtDr=" + amtDr +
|
|
|
+ ", amtCr=" + amtCr +
|
|
|
+ ", dueDateDr=" + dueDateDr +
|
|
|
+ ", dueDateCr=" + dueDateCr +
|
|
|
+ ", odometerFrom=" + odometerFrom +
|
|
|
+ ", odometerEnd=" + odometerEnd +
|
|
|
+ ", milesEmpty=" + milesEmpty +
|
|
|
+ ", milesLoad=" + milesLoad +
|
|
|
+ ", miles=" + miles +
|
|
|
+ ", driverbonus=" + driverbonus +
|
|
|
+ ", costtoll=" + costtoll +
|
|
|
+ ", costmaintain=" + costmaintain +
|
|
|
+ ", costOth=" + costOth +
|
|
|
+ ", costRemarks='" + costRemarks + '\'' +
|
|
|
+ ", oilQtyper=" + oilQtyper +
|
|
|
+ ", oilQty1=" + oilQty1 +
|
|
|
+ ", oilPrice1=" + oilPrice1 +
|
|
|
+ ", oilAmt1=" + oilAmt1 +
|
|
|
+ ", oilQty2=" + oilQty2 +
|
|
|
+ ", oilPrice2=" + oilPrice2 +
|
|
|
+ ", oilAmt2=" + oilAmt2 +
|
|
|
+ ", oilQty=" + oilQty +
|
|
|
+ ", oilPrice=" + oilPrice +
|
|
|
+ ", oilAmt=" + oilAmt +
|
|
|
+ ", oilQtyBlc=" + oilQtyBlc +
|
|
|
+ ", oilAmtBlc=" + oilAmtBlc +
|
|
|
+ ", profit=" + profit +
|
|
|
+ ", invDrNeed='" + invDrNeed + '\'' +
|
|
|
+ ", invDrStatus='" + invDrStatus + '\'' +
|
|
|
+ ", invDrTaxrate=" + invDrTaxrate +
|
|
|
+ ", invDrTaxamt=" + invDrTaxamt +
|
|
|
+ ", invDrDate=" + invDrDate +
|
|
|
+ ", invDrNo='" + invDrNo + '\'' +
|
|
|
+ ", accchkStaus='" + accchkStaus + '\'' +
|
|
|
+ ", billStatus=" + billStatus +
|
|
|
+ ", orderStatus=" + orderStatus +
|
|
|
+ ", accchkDate=" + accchkDate +
|
|
|
+ ", costomAmt01=" + costomAmt01 +
|
|
|
+ ", stlAmtDr=" + stlAmtDr +
|
|
|
+ ", costomAmt02=" + costomAmt02 +
|
|
|
+ ", stlDateDr=" + stlDateDr +
|
|
|
+ ", costomAmt03=" + costomAmt03 +
|
|
|
+ ", stlAmtCr=" + stlAmtCr +
|
|
|
+ ", costomAmt04=" + costomAmt04 +
|
|
|
+ ", stlDateCr=" + stlDateCr +
|
|
|
+ ", costomAmt05=" + costomAmt05 +
|
|
|
+ ", costomAmt06=" + costomAmt06 +
|
|
|
+ ", delFlag='" + delFlag + '\'' +
|
|
|
+ ", costomStr01='" + costomStr01 + '\'' +
|
|
|
+ ", costomStr02='" + costomStr02 + '\'' +
|
|
|
+ ", remarks='" + remarks + '\'' +
|
|
|
+ ", billKind='" + billKind + '\'' +
|
|
|
+ ", mBillNo='" + mBillNo + '\'' +
|
|
|
+ ", monthList=" + monthList +
|
|
|
+ '}';
|
|
|
+ }
|
|
|
}
|