|
@@ -1,6 +1,7 @@
|
|
package com.zkqy.business.domain;
|
|
package com.zkqy.business.domain;
|
|
|
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
|
|
+
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
import com.zkqy.common.core.domain.BaseEntity;
|
|
import com.zkqy.common.core.domain.BaseEntity;
|
|
import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
@@ -9,312 +10,352 @@ import com.zkqy.common.annotation.Excel;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 产品发货单对象 product_invoice
|
|
* 产品发货单对象 product_invoice
|
|
- *
|
|
|
|
|
|
+ *
|
|
* @author zkqy
|
|
* @author zkqy
|
|
* @date 2024-04-11
|
|
* @date 2024-04-11
|
|
*/
|
|
*/
|
|
-public class ProductInvoice extends BaseEntity
|
|
|
|
-{
|
|
|
|
|
|
+public class ProductInvoice extends BaseEntity {
|
|
private static final long serialVersionUID = 1L;
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
- /** 编号 */
|
|
|
|
|
|
+ private String orderType;
|
|
|
|
+
|
|
|
|
+ public String getOrderType() {
|
|
|
|
+ return orderType;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setOrderType(String orderType) {
|
|
|
|
+ this.orderType = orderType;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 编号
|
|
|
|
+ */
|
|
private Long id;
|
|
private Long id;
|
|
|
|
|
|
- /** 通知单号 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 通知单号
|
|
|
|
+ */
|
|
@Excel(name = "通知单号")
|
|
@Excel(name = "通知单号")
|
|
private String noticeNumber;
|
|
private String noticeNumber;
|
|
|
|
|
|
- /** 通知日期 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 通知日期
|
|
|
|
+ */
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
@Excel(name = "通知日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
@Excel(name = "通知日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
private Date noticeDate;
|
|
private Date noticeDate;
|
|
|
|
|
|
- /** 销售员 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 销售员
|
|
|
|
+ */
|
|
@Excel(name = "销售员")
|
|
@Excel(name = "销售员")
|
|
private String salesman;
|
|
private String salesman;
|
|
|
|
|
|
- /** 客户编号 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 客户编号
|
|
|
|
+ */
|
|
@Excel(name = "客户编号")
|
|
@Excel(name = "客户编号")
|
|
private Long customerId;
|
|
private Long customerId;
|
|
|
|
|
|
- /** 客户名称 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 客户名称
|
|
|
|
+ */
|
|
private String customerName;
|
|
private String customerName;
|
|
|
|
|
|
- /** 开票员 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 开票员
|
|
|
|
+ */
|
|
@Excel(name = "开票员")
|
|
@Excel(name = "开票员")
|
|
private String drawer;
|
|
private String drawer;
|
|
|
|
|
|
- /** 发货单备注 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 发货单备注
|
|
|
|
+ */
|
|
@Excel(name = "发货单备注")
|
|
@Excel(name = "发货单备注")
|
|
private String dispatchNoteRemark;
|
|
private String dispatchNoteRemark;
|
|
|
|
|
|
- /** 开票类型 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 开票类型
|
|
|
|
+ */
|
|
@Excel(name = "开票类型")
|
|
@Excel(name = "开票类型")
|
|
private String billingType;
|
|
private String billingType;
|
|
|
|
|
|
- /** 货车登记 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 货车登记
|
|
|
|
+ */
|
|
@Excel(name = "货车登记")
|
|
@Excel(name = "货车登记")
|
|
private String truckRegistration;
|
|
private String truckRegistration;
|
|
|
|
|
|
- /** 单据类型 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 单据类型
|
|
|
|
+ */
|
|
@Excel(name = "单据类型")
|
|
@Excel(name = "单据类型")
|
|
private String documentType;
|
|
private String documentType;
|
|
|
|
|
|
- /** 售货单位 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 售货单位
|
|
|
|
+ */
|
|
@Excel(name = "售货单位")
|
|
@Excel(name = "售货单位")
|
|
private String sellingUnit;
|
|
private String sellingUnit;
|
|
|
|
|
|
- /** 计算类型(未启用) */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 计算类型(未启用)
|
|
|
|
+ */
|
|
@Excel(name = "计算类型", readConverterExp = "未=启用")
|
|
@Excel(name = "计算类型", readConverterExp = "未=启用")
|
|
private String calculationType;
|
|
private String calculationType;
|
|
|
|
|
|
- /** 审核意见 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 审核意见
|
|
|
|
+ */
|
|
@Excel(name = "审核意见")
|
|
@Excel(name = "审核意见")
|
|
private String auditOpinion;
|
|
private String auditOpinion;
|
|
|
|
|
|
- /** 状态 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 状态
|
|
|
|
+ */
|
|
@Excel(name = "状态")
|
|
@Excel(name = "状态")
|
|
private String status;
|
|
private String status;
|
|
|
|
|
|
- /** 销售单合同号 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 销售单合同号
|
|
|
|
+ */
|
|
@Excel(name = "销售单合同号")
|
|
@Excel(name = "销售单合同号")
|
|
private String saleOrderNo;
|
|
private String saleOrderNo;
|
|
|
|
|
|
- /** 备用列 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 备用列
|
|
|
|
+ */
|
|
@Excel(name = "备用列")
|
|
@Excel(name = "备用列")
|
|
private String spare1;
|
|
private String spare1;
|
|
|
|
|
|
- /** 备用列 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 备用列
|
|
|
|
+ */
|
|
@Excel(name = "备用列")
|
|
@Excel(name = "备用列")
|
|
private String spare2;
|
|
private String spare2;
|
|
|
|
|
|
- /** 备用列 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 备用列
|
|
|
|
+ */
|
|
@Excel(name = "备用列")
|
|
@Excel(name = "备用列")
|
|
private String spare3;
|
|
private String spare3;
|
|
|
|
|
|
- /** 备用列 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 备用列
|
|
|
|
+ */
|
|
@Excel(name = "备用列")
|
|
@Excel(name = "备用列")
|
|
private String spare4;
|
|
private String spare4;
|
|
|
|
|
|
- /** 删除标志(0:否;2:是) */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 删除标志(0:否;2:是)
|
|
|
|
+ */
|
|
private String delFlag;
|
|
private String delFlag;
|
|
|
|
|
|
- /** 创建者ID */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 创建者ID
|
|
|
|
+ */
|
|
private Long createById;
|
|
private Long createById;
|
|
|
|
|
|
- /** 修改者ID */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 修改者ID
|
|
|
|
+ */
|
|
private Long updateById;
|
|
private Long updateById;
|
|
|
|
|
|
- /** 发货仓库 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 发货仓库
|
|
|
|
+ */
|
|
private Long deliveryWarehouse;
|
|
private Long deliveryWarehouse;
|
|
|
|
|
|
- /** 调拨仓库 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 调拨仓库
|
|
|
|
+ */
|
|
private Long transferWarehouse;
|
|
private Long transferWarehouse;
|
|
|
|
|
|
- /** 发货日期 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 发货日期
|
|
|
|
+ */
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
@Excel(name = "发货日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
@Excel(name = "发货日期", width = 30, dateFormat = "yyyy-MM-dd")
|
|
private Date deliveryDate;
|
|
private Date deliveryDate;
|
|
|
|
|
|
- /** 发货员 */
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 发货员
|
|
|
|
+ */
|
|
private String deliveryClerk;
|
|
private String deliveryClerk;
|
|
|
|
|
|
- public void setId(Long id)
|
|
|
|
- {
|
|
|
|
|
|
+ public void setId(Long id) {
|
|
this.id = id;
|
|
this.id = id;
|
|
}
|
|
}
|
|
|
|
|
|
- public Long getId()
|
|
|
|
- {
|
|
|
|
|
|
+ public Long getId() {
|
|
return id;
|
|
return id;
|
|
}
|
|
}
|
|
- public void setNoticeNumber(String noticeNumber)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setNoticeNumber(String noticeNumber) {
|
|
this.noticeNumber = noticeNumber;
|
|
this.noticeNumber = noticeNumber;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getNoticeNumber()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getNoticeNumber() {
|
|
return noticeNumber;
|
|
return noticeNumber;
|
|
}
|
|
}
|
|
- public void setNoticeDate(Date noticeDate)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setNoticeDate(Date noticeDate) {
|
|
this.noticeDate = noticeDate;
|
|
this.noticeDate = noticeDate;
|
|
}
|
|
}
|
|
|
|
|
|
- public Date getNoticeDate()
|
|
|
|
- {
|
|
|
|
|
|
+ public Date getNoticeDate() {
|
|
return noticeDate;
|
|
return noticeDate;
|
|
}
|
|
}
|
|
- public void setSalesman(String salesman)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setSalesman(String salesman) {
|
|
this.salesman = salesman;
|
|
this.salesman = salesman;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getSalesman()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getSalesman() {
|
|
return salesman;
|
|
return salesman;
|
|
}
|
|
}
|
|
- public void setCustomerId(Long customerId)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setCustomerId(Long customerId) {
|
|
this.customerId = customerId;
|
|
this.customerId = customerId;
|
|
}
|
|
}
|
|
|
|
|
|
- public Long getCustomerId()
|
|
|
|
- {
|
|
|
|
|
|
+ public Long getCustomerId() {
|
|
return customerId;
|
|
return customerId;
|
|
}
|
|
}
|
|
- public void setDrawer(String drawer)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setDrawer(String drawer) {
|
|
this.drawer = drawer;
|
|
this.drawer = drawer;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getDrawer()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getDrawer() {
|
|
return drawer;
|
|
return drawer;
|
|
}
|
|
}
|
|
- public void setDispatchNoteRemark(String dispatchNoteRemark)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setDispatchNoteRemark(String dispatchNoteRemark) {
|
|
this.dispatchNoteRemark = dispatchNoteRemark;
|
|
this.dispatchNoteRemark = dispatchNoteRemark;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getDispatchNoteRemark()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getDispatchNoteRemark() {
|
|
return dispatchNoteRemark;
|
|
return dispatchNoteRemark;
|
|
}
|
|
}
|
|
- public void setBillingType(String billingType)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setBillingType(String billingType) {
|
|
this.billingType = billingType;
|
|
this.billingType = billingType;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getBillingType()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getBillingType() {
|
|
return billingType;
|
|
return billingType;
|
|
}
|
|
}
|
|
- public void setTruckRegistration(String truckRegistration)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setTruckRegistration(String truckRegistration) {
|
|
this.truckRegistration = truckRegistration;
|
|
this.truckRegistration = truckRegistration;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getTruckRegistration()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getTruckRegistration() {
|
|
return truckRegistration;
|
|
return truckRegistration;
|
|
}
|
|
}
|
|
- public void setDocumentType(String documentType)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setDocumentType(String documentType) {
|
|
this.documentType = documentType;
|
|
this.documentType = documentType;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getDocumentType()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getDocumentType() {
|
|
return documentType;
|
|
return documentType;
|
|
}
|
|
}
|
|
- public void setSellingUnit(String sellingUnit)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setSellingUnit(String sellingUnit) {
|
|
this.sellingUnit = sellingUnit;
|
|
this.sellingUnit = sellingUnit;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getSellingUnit()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getSellingUnit() {
|
|
return sellingUnit;
|
|
return sellingUnit;
|
|
}
|
|
}
|
|
- public void setCalculationType(String calculationType)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setCalculationType(String calculationType) {
|
|
this.calculationType = calculationType;
|
|
this.calculationType = calculationType;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getCalculationType()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getCalculationType() {
|
|
return calculationType;
|
|
return calculationType;
|
|
}
|
|
}
|
|
- public void setAuditOpinion(String auditOpinion)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setAuditOpinion(String auditOpinion) {
|
|
this.auditOpinion = auditOpinion;
|
|
this.auditOpinion = auditOpinion;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getAuditOpinion()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getAuditOpinion() {
|
|
return auditOpinion;
|
|
return auditOpinion;
|
|
}
|
|
}
|
|
- public void setStatus(String status)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setStatus(String status) {
|
|
this.status = status;
|
|
this.status = status;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getStatus()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getStatus() {
|
|
return status;
|
|
return status;
|
|
}
|
|
}
|
|
- public void setSaleOrderNo(String saleOrderNo)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setSaleOrderNo(String saleOrderNo) {
|
|
this.saleOrderNo = saleOrderNo;
|
|
this.saleOrderNo = saleOrderNo;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getSaleOrderNo()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getSaleOrderNo() {
|
|
return saleOrderNo;
|
|
return saleOrderNo;
|
|
}
|
|
}
|
|
- public void setSpare1(String spare1)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setSpare1(String spare1) {
|
|
this.spare1 = spare1;
|
|
this.spare1 = spare1;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getSpare1()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getSpare1() {
|
|
return spare1;
|
|
return spare1;
|
|
}
|
|
}
|
|
- public void setSpare2(String spare2)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setSpare2(String spare2) {
|
|
this.spare2 = spare2;
|
|
this.spare2 = spare2;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getSpare2()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getSpare2() {
|
|
return spare2;
|
|
return spare2;
|
|
}
|
|
}
|
|
- public void setSpare3(String spare3)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setSpare3(String spare3) {
|
|
this.spare3 = spare3;
|
|
this.spare3 = spare3;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getSpare3()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getSpare3() {
|
|
return spare3;
|
|
return spare3;
|
|
}
|
|
}
|
|
- public void setSpare4(String spare4)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setSpare4(String spare4) {
|
|
this.spare4 = spare4;
|
|
this.spare4 = spare4;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getSpare4()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getSpare4() {
|
|
return spare4;
|
|
return spare4;
|
|
}
|
|
}
|
|
- public void setDelFlag(String delFlag)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setDelFlag(String delFlag) {
|
|
this.delFlag = delFlag;
|
|
this.delFlag = delFlag;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getDelFlag()
|
|
|
|
- {
|
|
|
|
|
|
+ public String getDelFlag() {
|
|
return delFlag;
|
|
return delFlag;
|
|
}
|
|
}
|
|
- public void setCreateById(Long createById)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setCreateById(Long createById) {
|
|
this.createById = createById;
|
|
this.createById = createById;
|
|
}
|
|
}
|
|
|
|
|
|
- public Long getCreateById()
|
|
|
|
- {
|
|
|
|
|
|
+ public Long getCreateById() {
|
|
return createById;
|
|
return createById;
|
|
}
|
|
}
|
|
- public void setUpdateById(Long updateById)
|
|
|
|
- {
|
|
|
|
|
|
+
|
|
|
|
+ public void setUpdateById(Long updateById) {
|
|
this.updateById = updateById;
|
|
this.updateById = updateById;
|
|
}
|
|
}
|
|
|
|
|
|
- public Long getUpdateById()
|
|
|
|
- {
|
|
|
|
|
|
+ public Long getUpdateById() {
|
|
return updateById;
|
|
return updateById;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -360,38 +401,38 @@ public class ProductInvoice extends BaseEntity
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public String toString() {
|
|
public String toString() {
|
|
- return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
|
|
|
|
- .append("id", getId())
|
|
|
|
- .append("noticeNumber", getNoticeNumber())
|
|
|
|
- .append("noticeDate", getNoticeDate())
|
|
|
|
- .append("salesman", getSalesman())
|
|
|
|
- .append("customerId", getCustomerId())
|
|
|
|
- .append("customerName", getCustomerName())
|
|
|
|
- .append("drawer", getDrawer())
|
|
|
|
- .append("dispatchNoteRemark", getDispatchNoteRemark())
|
|
|
|
- .append("billingType", getBillingType())
|
|
|
|
- .append("truckRegistration", getTruckRegistration())
|
|
|
|
- .append("documentType", getDocumentType())
|
|
|
|
- .append("sellingUnit", getSellingUnit())
|
|
|
|
- .append("calculationType", getCalculationType())
|
|
|
|
- .append("auditOpinion", getAuditOpinion())
|
|
|
|
- .append("status", getStatus())
|
|
|
|
- .append("saleOrderNo", getSaleOrderNo())
|
|
|
|
- .append("spare1", getSpare1())
|
|
|
|
- .append("spare2", getSpare2())
|
|
|
|
- .append("spare3", getSpare3())
|
|
|
|
- .append("spare4", getSpare4())
|
|
|
|
- .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("deliveryWarehouse", getDeliveryWarehouse())
|
|
|
|
- .append("transferWarehouse", getTransferWarehouse())
|
|
|
|
- .append("deliveryDate", getDeliveryDate())
|
|
|
|
- .toString();
|
|
|
|
|
|
+ return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
|
|
|
|
+ .append("id", getId())
|
|
|
|
+ .append("noticeNumber", getNoticeNumber())
|
|
|
|
+ .append("noticeDate", getNoticeDate())
|
|
|
|
+ .append("salesman", getSalesman())
|
|
|
|
+ .append("customerId", getCustomerId())
|
|
|
|
+ .append("customerName", getCustomerName())
|
|
|
|
+ .append("drawer", getDrawer())
|
|
|
|
+ .append("dispatchNoteRemark", getDispatchNoteRemark())
|
|
|
|
+ .append("billingType", getBillingType())
|
|
|
|
+ .append("truckRegistration", getTruckRegistration())
|
|
|
|
+ .append("documentType", getDocumentType())
|
|
|
|
+ .append("sellingUnit", getSellingUnit())
|
|
|
|
+ .append("calculationType", getCalculationType())
|
|
|
|
+ .append("auditOpinion", getAuditOpinion())
|
|
|
|
+ .append("status", getStatus())
|
|
|
|
+ .append("saleOrderNo", getSaleOrderNo())
|
|
|
|
+ .append("spare1", getSpare1())
|
|
|
|
+ .append("spare2", getSpare2())
|
|
|
|
+ .append("spare3", getSpare3())
|
|
|
|
+ .append("spare4", getSpare4())
|
|
|
|
+ .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("deliveryWarehouse", getDeliveryWarehouse())
|
|
|
|
+ .append("transferWarehouse", getTransferWarehouse())
|
|
|
|
+ .append("deliveryDate", getDeliveryDate())
|
|
|
|
+ .toString();
|
|
}
|
|
}
|
|
}
|
|
}
|