|
@@ -1,6 +1,7 @@
|
|
|
package com.zkqy.business.domain;
|
|
|
|
|
|
import java.util.Date;
|
|
|
+
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
import com.zkqy.common.core.domain.BaseEntity;
|
|
|
import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
@@ -9,393 +10,476 @@ import com.zkqy.common.annotation.Excel;
|
|
|
|
|
|
/**
|
|
|
* 成品出库记录对象 product_outbound_record
|
|
|
- *
|
|
|
+ *
|
|
|
* @author zkqy
|
|
|
* @date 2024-04-09
|
|
|
*/
|
|
|
-public class ProductOutboundRecord extends BaseEntity
|
|
|
-{
|
|
|
+public class ProductOutboundRecord extends BaseEntity {
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
- /** 编号 */
|
|
|
+ /**
|
|
|
+ * 编号
|
|
|
+ */
|
|
|
private Long id;
|
|
|
|
|
|
- /** 码单号 */
|
|
|
+ /**
|
|
|
+ * 码单号
|
|
|
+ */
|
|
|
@Excel(name = "码单号")
|
|
|
private String qrCode;
|
|
|
|
|
|
- /** 码单唯一标识 */
|
|
|
+ /**
|
|
|
+ * 码单唯一标识
|
|
|
+ */
|
|
|
@Excel(name = "码单唯一标识")
|
|
|
private String qrCodeId;
|
|
|
|
|
|
- /** 批号 */
|
|
|
+ /**
|
|
|
+ * 批号
|
|
|
+ */
|
|
|
@Excel(name = "批号")
|
|
|
private String lotNum;
|
|
|
|
|
|
- /** 货品编号 */
|
|
|
+ /**
|
|
|
+ * 货品编号
|
|
|
+ */
|
|
|
@Excel(name = "货品编号")
|
|
|
private Long productId;
|
|
|
|
|
|
- /** 等级 */
|
|
|
+ /**
|
|
|
+ * 等级
|
|
|
+ */
|
|
|
@Excel(name = "等级")
|
|
|
private String levels;
|
|
|
|
|
|
- /** 筒数 */
|
|
|
+ /**
|
|
|
+ * 筒数
|
|
|
+ */
|
|
|
@Excel(name = "筒数")
|
|
|
private Integer canisterNum;
|
|
|
|
|
|
- /** 箱数 */
|
|
|
+ /**
|
|
|
+ * 箱数
|
|
|
+ */
|
|
|
@Excel(name = "箱数")
|
|
|
private Integer boxNum;
|
|
|
|
|
|
- /** 净重 */
|
|
|
+ /**
|
|
|
+ * 净重
|
|
|
+ */
|
|
|
@Excel(name = "净重")
|
|
|
private Double suttle;
|
|
|
|
|
|
- /** 生产日期 */
|
|
|
+ /**
|
|
|
+ * 生产日期
|
|
|
+ */
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
@Excel(name = "生产日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
private Date productionDate;
|
|
|
|
|
|
- /** 机台 */
|
|
|
+ /**
|
|
|
+ * 机台
|
|
|
+ */
|
|
|
@Excel(name = "机台")
|
|
|
private Long machineTool;
|
|
|
|
|
|
- /** 毛重 */
|
|
|
+ /**
|
|
|
+ * 毛重
|
|
|
+ */
|
|
|
@Excel(name = "毛重")
|
|
|
private Double grossWeight;
|
|
|
|
|
|
- /** 包装 */
|
|
|
+ /**
|
|
|
+ * 包装
|
|
|
+ */
|
|
|
@Excel(name = "包装")
|
|
|
private String packaging;
|
|
|
|
|
|
- /** 班次 */
|
|
|
+ /**
|
|
|
+ * 班次
|
|
|
+ */
|
|
|
@Excel(name = "班次")
|
|
|
private String workShifts;
|
|
|
|
|
|
- /** 外贸号 */
|
|
|
+ /**
|
|
|
+ * 外贸号
|
|
|
+ */
|
|
|
@Excel(name = "外贸号")
|
|
|
private String foreignTradeNumber;
|
|
|
|
|
|
- /** 筒重 */
|
|
|
+ /**
|
|
|
+ * 筒重
|
|
|
+ */
|
|
|
@Excel(name = "筒重")
|
|
|
private Double canisterWeight;
|
|
|
|
|
|
- /** 箱重/车重 */
|
|
|
+ /**
|
|
|
+ * 箱重/车重
|
|
|
+ */
|
|
|
@Excel(name = "箱重/车重")
|
|
|
private Double boxWeight;
|
|
|
|
|
|
- /** 管色 */
|
|
|
+ /**
|
|
|
+ * 管色
|
|
|
+ */
|
|
|
@Excel(name = "管色")
|
|
|
private String tubeColor;
|
|
|
|
|
|
- /** 端口(usb端口号) */
|
|
|
+ /**
|
|
|
+ * 端口(usb端口号)
|
|
|
+ */
|
|
|
@Excel(name = "端口", readConverterExp = "u=sb端口号")
|
|
|
private String comPort;
|
|
|
|
|
|
- /** 打印格式(打印二维码格式) */
|
|
|
+ /**
|
|
|
+ * 打印格式(打印二维码格式)
|
|
|
+ */
|
|
|
@Excel(name = "打印格式", readConverterExp = "打=印二维码格式")
|
|
|
private String printFormat;
|
|
|
|
|
|
- /** 包装类型(暂未使用) */
|
|
|
+ /**
|
|
|
+ * 包装类型(暂未使用)
|
|
|
+ */
|
|
|
@Excel(name = "包装类型", readConverterExp = "暂=未使用")
|
|
|
private String packagingType;
|
|
|
|
|
|
- /** 库位(暂未使用) */
|
|
|
+ /**
|
|
|
+ * 库位(暂未使用)
|
|
|
+ */
|
|
|
@Excel(name = "库位", readConverterExp = "暂=未使用")
|
|
|
private String storageLocation;
|
|
|
|
|
|
- /** 区域编号(暂未使用) */
|
|
|
+ /**
|
|
|
+ * 区域编号(暂未使用)
|
|
|
+ */
|
|
|
@Excel(name = "区域编号", readConverterExp = "暂=未使用")
|
|
|
private Long warehouseregionId;
|
|
|
|
|
|
- /** 删除标志(0:否;2:是) */
|
|
|
+ /**
|
|
|
+ * 删除标志(0:否;2:是)
|
|
|
+ */
|
|
|
private String delFlag;
|
|
|
|
|
|
- /** 创建者编号 */
|
|
|
+ /**
|
|
|
+ * 创建者编号
|
|
|
+ */
|
|
|
private Long createById;
|
|
|
|
|
|
- /** 更新者编号 */
|
|
|
+ /**
|
|
|
+ * 更新者编号
|
|
|
+ */
|
|
|
private Long updateById;
|
|
|
|
|
|
- /** 出库时间 */
|
|
|
+ /**
|
|
|
+ * 出库时间
|
|
|
+ */
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
@Excel(name = "出库时间", width = 30, dateFormat = "yyyy-MM-dd")
|
|
|
private Date warehousingTime;
|
|
|
|
|
|
- /** 出库人 */
|
|
|
+ /**
|
|
|
+ * 出库人
|
|
|
+ */
|
|
|
@Excel(name = "出库人")
|
|
|
private String depositor;
|
|
|
|
|
|
- /** 仓库编号 */
|
|
|
+ /**
|
|
|
+ * 仓库编号
|
|
|
+ */
|
|
|
@Excel(name = "仓库编号")
|
|
|
private Long warehouseId;
|
|
|
|
|
|
- /** 通知单号 */
|
|
|
+ /**
|
|
|
+ * 通知单号
|
|
|
+ */
|
|
|
private String noticeNumber;
|
|
|
|
|
|
- /** 产品色泽 */
|
|
|
+ /**
|
|
|
+ * 产品色泽
|
|
|
+ */
|
|
|
private String productColour;
|
|
|
+ /**
|
|
|
+ * 当前出库批次
|
|
|
+ */
|
|
|
+ private int batchNumber;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 当前是否历史批次出库
|
|
|
+ */
|
|
|
+ private boolean isHistoryBatch;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 是否出库(0手持机出库出现记录、1pc点击出库后)
|
|
|
+ */
|
|
|
+ private int confirmOut;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 出库类型 all全部出库、batch根据批次进行出库
|
|
|
+ */
|
|
|
+ private String outType;
|
|
|
|
|
|
- public void setId(Long id)
|
|
|
- {
|
|
|
+ public String getOutType() {
|
|
|
+ return outType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOutType(String outType) {
|
|
|
+ this.outType = outType;
|
|
|
+ }
|
|
|
+
|
|
|
+ public int getConfirmOut() {
|
|
|
+ return confirmOut;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setConfirmOut(int confirmOut) {
|
|
|
+ this.confirmOut = confirmOut;
|
|
|
+ }
|
|
|
+
|
|
|
+ public int getBatchNumber() {
|
|
|
+ return batchNumber;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBatchNumber(int batchNumber) {
|
|
|
+ this.batchNumber = batchNumber;
|
|
|
+ }
|
|
|
+
|
|
|
+ public boolean isHistoryBatch() {
|
|
|
+ return isHistoryBatch;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setHistoryBatch(boolean historyBatch) {
|
|
|
+ isHistoryBatch = historyBatch;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ public void setId(Long id) {
|
|
|
this.id = id;
|
|
|
}
|
|
|
|
|
|
- public Long getId()
|
|
|
- {
|
|
|
+ public Long getId() {
|
|
|
return id;
|
|
|
}
|
|
|
- public void setQrCode(String qrCode)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setQrCode(String qrCode) {
|
|
|
this.qrCode = qrCode;
|
|
|
}
|
|
|
|
|
|
- public String getQrCode()
|
|
|
- {
|
|
|
+ public String getQrCode() {
|
|
|
return qrCode;
|
|
|
}
|
|
|
- public void setQrCodeId(String qrCodeId)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setQrCodeId(String qrCodeId) {
|
|
|
this.qrCodeId = qrCodeId;
|
|
|
}
|
|
|
|
|
|
- public String getQrCodeId()
|
|
|
- {
|
|
|
+ public String getQrCodeId() {
|
|
|
return qrCodeId;
|
|
|
}
|
|
|
- public void setLotNum(String lotNum)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setLotNum(String lotNum) {
|
|
|
this.lotNum = lotNum;
|
|
|
}
|
|
|
|
|
|
- public String getLotNum()
|
|
|
- {
|
|
|
+ public String getLotNum() {
|
|
|
return lotNum;
|
|
|
}
|
|
|
- public void setProductId(Long productId)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setProductId(Long productId) {
|
|
|
this.productId = productId;
|
|
|
}
|
|
|
|
|
|
- public Long getProductId()
|
|
|
- {
|
|
|
+ public Long getProductId() {
|
|
|
return productId;
|
|
|
}
|
|
|
- public void setLevels(String levels)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setLevels(String levels) {
|
|
|
this.levels = levels;
|
|
|
}
|
|
|
|
|
|
- public String getLevels()
|
|
|
- {
|
|
|
+ public String getLevels() {
|
|
|
return levels;
|
|
|
}
|
|
|
- public void setCanisterNum(Integer canisterNum)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setCanisterNum(Integer canisterNum) {
|
|
|
this.canisterNum = canisterNum;
|
|
|
}
|
|
|
|
|
|
- public Integer getCanisterNum()
|
|
|
- {
|
|
|
+ public Integer getCanisterNum() {
|
|
|
return canisterNum;
|
|
|
}
|
|
|
- public void setBoxNum(Integer boxNum)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setBoxNum(Integer boxNum) {
|
|
|
this.boxNum = boxNum;
|
|
|
}
|
|
|
|
|
|
- public Integer getBoxNum()
|
|
|
- {
|
|
|
+ public Integer getBoxNum() {
|
|
|
return boxNum;
|
|
|
}
|
|
|
- public void setSuttle(Double suttle)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setSuttle(Double suttle) {
|
|
|
this.suttle = suttle;
|
|
|
}
|
|
|
|
|
|
- public Double getSuttle()
|
|
|
- {
|
|
|
+ public Double getSuttle() {
|
|
|
return suttle;
|
|
|
}
|
|
|
- public void setProductionDate(Date productionDate)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setProductionDate(Date productionDate) {
|
|
|
this.productionDate = productionDate;
|
|
|
}
|
|
|
|
|
|
- public Date getProductionDate()
|
|
|
- {
|
|
|
+ public Date getProductionDate() {
|
|
|
return productionDate;
|
|
|
}
|
|
|
- public void setMachineTool(Long machineTool)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setMachineTool(Long machineTool) {
|
|
|
this.machineTool = machineTool;
|
|
|
}
|
|
|
|
|
|
- public Long getMachineTool()
|
|
|
- {
|
|
|
+ public Long getMachineTool() {
|
|
|
return machineTool;
|
|
|
}
|
|
|
- public void setGrossWeight(Double grossWeight)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setGrossWeight(Double grossWeight) {
|
|
|
this.grossWeight = grossWeight;
|
|
|
}
|
|
|
|
|
|
- public Double getGrossWeight()
|
|
|
- {
|
|
|
+ public Double getGrossWeight() {
|
|
|
return grossWeight;
|
|
|
}
|
|
|
- public void setPackaging(String packaging)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setPackaging(String packaging) {
|
|
|
this.packaging = packaging;
|
|
|
}
|
|
|
|
|
|
- public String getPackaging()
|
|
|
- {
|
|
|
+ public String getPackaging() {
|
|
|
return packaging;
|
|
|
}
|
|
|
- public void setWorkShifts(String workShifts)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setWorkShifts(String workShifts) {
|
|
|
this.workShifts = workShifts;
|
|
|
}
|
|
|
|
|
|
- public String getWorkShifts()
|
|
|
- {
|
|
|
+ public String getWorkShifts() {
|
|
|
return workShifts;
|
|
|
}
|
|
|
- public void setForeignTradeNumber(String foreignTradeNumber)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setForeignTradeNumber(String foreignTradeNumber) {
|
|
|
this.foreignTradeNumber = foreignTradeNumber;
|
|
|
}
|
|
|
|
|
|
- public String getForeignTradeNumber()
|
|
|
- {
|
|
|
+ public String getForeignTradeNumber() {
|
|
|
return foreignTradeNumber;
|
|
|
}
|
|
|
- public void setCanisterWeight(Double canisterWeight)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setCanisterWeight(Double canisterWeight) {
|
|
|
this.canisterWeight = canisterWeight;
|
|
|
}
|
|
|
|
|
|
- public Double getCanisterWeight()
|
|
|
- {
|
|
|
+ public Double getCanisterWeight() {
|
|
|
return canisterWeight;
|
|
|
}
|
|
|
- public void setBoxWeight(Double boxWeight)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setBoxWeight(Double boxWeight) {
|
|
|
this.boxWeight = boxWeight;
|
|
|
}
|
|
|
|
|
|
- public Double getBoxWeight()
|
|
|
- {
|
|
|
+ public Double getBoxWeight() {
|
|
|
return boxWeight;
|
|
|
}
|
|
|
- public void setTubeColor(String tubeColor)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setTubeColor(String tubeColor) {
|
|
|
this.tubeColor = tubeColor;
|
|
|
}
|
|
|
|
|
|
- public String getTubeColor()
|
|
|
- {
|
|
|
+ public String getTubeColor() {
|
|
|
return tubeColor;
|
|
|
}
|
|
|
- public void setComPort(String comPort)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setComPort(String comPort) {
|
|
|
this.comPort = comPort;
|
|
|
}
|
|
|
|
|
|
- public String getComPort()
|
|
|
- {
|
|
|
+ public String getComPort() {
|
|
|
return comPort;
|
|
|
}
|
|
|
- public void setPrintFormat(String printFormat)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setPrintFormat(String printFormat) {
|
|
|
this.printFormat = printFormat;
|
|
|
}
|
|
|
|
|
|
- public String getPrintFormat()
|
|
|
- {
|
|
|
+ public String getPrintFormat() {
|
|
|
return printFormat;
|
|
|
}
|
|
|
- public void setPackagingType(String packagingType)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setPackagingType(String packagingType) {
|
|
|
this.packagingType = packagingType;
|
|
|
}
|
|
|
|
|
|
- public String getPackagingType()
|
|
|
- {
|
|
|
+ public String getPackagingType() {
|
|
|
return packagingType;
|
|
|
}
|
|
|
- public void setStorageLocation(String storageLocation)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setStorageLocation(String storageLocation) {
|
|
|
this.storageLocation = storageLocation;
|
|
|
}
|
|
|
|
|
|
- public String getStorageLocation()
|
|
|
- {
|
|
|
+ public String getStorageLocation() {
|
|
|
return storageLocation;
|
|
|
}
|
|
|
- public void setWarehouseregionId(Long warehouseregionId)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setWarehouseregionId(Long warehouseregionId) {
|
|
|
this.warehouseregionId = warehouseregionId;
|
|
|
}
|
|
|
|
|
|
- public Long getWarehouseregionId()
|
|
|
- {
|
|
|
+ public Long getWarehouseregionId() {
|
|
|
return warehouseregionId;
|
|
|
}
|
|
|
- public void setDelFlag(String delFlag)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setDelFlag(String delFlag) {
|
|
|
this.delFlag = delFlag;
|
|
|
}
|
|
|
|
|
|
- public String getDelFlag()
|
|
|
- {
|
|
|
+ public String getDelFlag() {
|
|
|
return delFlag;
|
|
|
}
|
|
|
- public void setCreateById(Long createById)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setCreateById(Long createById) {
|
|
|
this.createById = createById;
|
|
|
}
|
|
|
|
|
|
- public Long getCreateById()
|
|
|
- {
|
|
|
+ public Long getCreateById() {
|
|
|
return createById;
|
|
|
}
|
|
|
- public void setUpdateById(Long updateById)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setUpdateById(Long updateById) {
|
|
|
this.updateById = updateById;
|
|
|
}
|
|
|
|
|
|
- public Long getUpdateById()
|
|
|
- {
|
|
|
+ public Long getUpdateById() {
|
|
|
return updateById;
|
|
|
}
|
|
|
- public void setWarehousingTime(Date warehousingTime)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setWarehousingTime(Date warehousingTime) {
|
|
|
this.warehousingTime = warehousingTime;
|
|
|
}
|
|
|
|
|
|
- public Date getWarehousingTime()
|
|
|
- {
|
|
|
+ public Date getWarehousingTime() {
|
|
|
return warehousingTime;
|
|
|
}
|
|
|
- public void setDepositor(String depositor)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setDepositor(String depositor) {
|
|
|
this.depositor = depositor;
|
|
|
}
|
|
|
|
|
|
- public String getDepositor()
|
|
|
- {
|
|
|
+ public String getDepositor() {
|
|
|
return depositor;
|
|
|
}
|
|
|
- public void setWarehouseId(Long warehouseId)
|
|
|
- {
|
|
|
+
|
|
|
+ public void setWarehouseId(Long warehouseId) {
|
|
|
this.warehouseId = warehouseId;
|
|
|
}
|
|
|
|
|
|
- public Long getWarehouseId()
|
|
|
- {
|
|
|
+ public Long getWarehouseId() {
|
|
|
return warehouseId;
|
|
|
}
|
|
|
|
|
@@ -417,42 +501,42 @@ public class ProductOutboundRecord extends BaseEntity
|
|
|
|
|
|
@Override
|
|
|
public String toString() {
|
|
|
- return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
|
|
|
- .append("id", getId())
|
|
|
- .append("qrCode", getQrCode())
|
|
|
- .append("qrCodeId", getQrCodeId())
|
|
|
- .append("lotNum", getLotNum())
|
|
|
- .append("productId", getProductId())
|
|
|
- .append("levels", getLevels())
|
|
|
- .append("canisterNum", getCanisterNum())
|
|
|
- .append("boxNum", getBoxNum())
|
|
|
- .append("suttle", getSuttle())
|
|
|
- .append("productionDate", getProductionDate())
|
|
|
- .append("machineTool", getMachineTool())
|
|
|
- .append("grossWeight", getGrossWeight())
|
|
|
- .append("packaging", getPackaging())
|
|
|
- .append("workShifts", getWorkShifts())
|
|
|
- .append("foreignTradeNumber", getForeignTradeNumber())
|
|
|
- .append("canisterWeight", getCanisterWeight())
|
|
|
- .append("boxWeight", getBoxWeight())
|
|
|
- .append("tubeColor", getTubeColor())
|
|
|
- .append("comPort", getComPort())
|
|
|
- .append("printFormat", getPrintFormat())
|
|
|
- .append("packagingType", getPackagingType())
|
|
|
- .append("storageLocation", getStorageLocation())
|
|
|
- .append("warehouseregionId", getWarehouseregionId())
|
|
|
- .append("remark", getRemark())
|
|
|
- .append("delFlag", getDelFlag())
|
|
|
- .append("createBy", getCreateBy())
|
|
|
- .append("createById", getCreateById())
|
|
|
- .append("createTime", getCreateTime())
|
|
|
- .append("updateBy", getUpdateBy())
|
|
|
- .append("updateById", getUpdateById())
|
|
|
- .append("updateTime", getUpdateTime())
|
|
|
- .append("warehousingTime", getWarehousingTime())
|
|
|
- .append("depositor", getDepositor())
|
|
|
- .append("warehouseId", getWarehouseId())
|
|
|
- .append("noticeNumber", getNoticeNumber())
|
|
|
- .toString();
|
|
|
+ return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
|
|
|
+ .append("id", getId())
|
|
|
+ .append("qrCode", getQrCode())
|
|
|
+ .append("qrCodeId", getQrCodeId())
|
|
|
+ .append("lotNum", getLotNum())
|
|
|
+ .append("productId", getProductId())
|
|
|
+ .append("levels", getLevels())
|
|
|
+ .append("canisterNum", getCanisterNum())
|
|
|
+ .append("boxNum", getBoxNum())
|
|
|
+ .append("suttle", getSuttle())
|
|
|
+ .append("productionDate", getProductionDate())
|
|
|
+ .append("machineTool", getMachineTool())
|
|
|
+ .append("grossWeight", getGrossWeight())
|
|
|
+ .append("packaging", getPackaging())
|
|
|
+ .append("workShifts", getWorkShifts())
|
|
|
+ .append("foreignTradeNumber", getForeignTradeNumber())
|
|
|
+ .append("canisterWeight", getCanisterWeight())
|
|
|
+ .append("boxWeight", getBoxWeight())
|
|
|
+ .append("tubeColor", getTubeColor())
|
|
|
+ .append("comPort", getComPort())
|
|
|
+ .append("printFormat", getPrintFormat())
|
|
|
+ .append("packagingType", getPackagingType())
|
|
|
+ .append("storageLocation", getStorageLocation())
|
|
|
+ .append("warehouseregionId", getWarehouseregionId())
|
|
|
+ .append("remark", getRemark())
|
|
|
+ .append("delFlag", getDelFlag())
|
|
|
+ .append("createBy", getCreateBy())
|
|
|
+ .append("createById", getCreateById())
|
|
|
+ .append("createTime", getCreateTime())
|
|
|
+ .append("updateBy", getUpdateBy())
|
|
|
+ .append("updateById", getUpdateById())
|
|
|
+ .append("updateTime", getUpdateTime())
|
|
|
+ .append("warehousingTime", getWarehousingTime())
|
|
|
+ .append("depositor", getDepositor())
|
|
|
+ .append("warehouseId", getWarehouseId())
|
|
|
+ .append("noticeNumber", getNoticeNumber())
|
|
|
+ .toString();
|
|
|
}
|
|
|
}
|