|
@ -34,7 +34,7 @@ public class SalesShippingInformation extends BaseEntity |
|
|
private String outOrderCode; |
|
|
private String outOrderCode; |
|
|
|
|
|
|
|
|
/** 出货资料类型(0出货箱单、1出货发票、2销售出货单、3出货通知单) */ |
|
|
/** 出货资料类型(0出货箱单、1出货发票、2销售出货单、3出货通知单) */ |
|
|
@Excel(name = "出货资料类型(0出货箱单、1出货发票、2销售出货单、3出货通知单)") |
|
|
@Excel(name = "出货资料类型",dictType = "shipping_information_type") |
|
|
private String shippingInformationType; |
|
|
private String shippingInformationType; |
|
|
|
|
|
|
|
|
/** 模板类型 */ |
|
|
/** 模板类型 */ |
|
@ -42,11 +42,11 @@ public class SalesShippingInformation extends BaseEntity |
|
|
private String shippingTemplateType; |
|
|
private String shippingTemplateType; |
|
|
|
|
|
|
|
|
/** 出库订单类型(0销售订单、1生产订单、2请购订单、3委外订单、4退换货订单、5开发修改单) */ |
|
|
/** 出库订单类型(0销售订单、1生产订单、2请购订单、3委外订单、4退换货订单、5开发修改单) */ |
|
|
@Excel(name = "出库订单类型", readConverterExp = "0=销售订单、1生产订单、2请购订单、3委外订单、4退换货订单、5开发修改单") |
|
|
@Excel(name = "出库订单类型", dictType = "warehouse_order_type") |
|
|
private String warehouseOrderType; |
|
|
private String warehouseOrderType; |
|
|
|
|
|
|
|
|
/** 出库类型(0销售出库、1生产领料、2员工领料、3委外领料、4公司退货、5工程领料) */ |
|
|
/** 出库类型(0销售出库、1生产领料、2员工领料、3委外领料、4公司退货、5工程领料) */ |
|
|
@Excel(name = "出库类型", readConverterExp = "0=销售出库、1生产领料、2员工领料、3委外领料、4公司退货、5工程领料") |
|
|
@Excel(name = "出库类型", dictType = "warehouse_out_type") |
|
|
private String warehouseOutType; |
|
|
private String warehouseOutType; |
|
|
|
|
|
|
|
|
/** 业务人员 */ |
|
|
/** 业务人员 */ |
|
@ -54,7 +54,7 @@ public class SalesShippingInformation extends BaseEntity |
|
|
private String businessMembers; |
|
|
private String businessMembers; |
|
|
|
|
|
|
|
|
/** 客户代码/id */ |
|
|
/** 客户代码/id */ |
|
|
@Excel(name = "客户代码/id") |
|
|
@Excel(name = "客户ID") |
|
|
private String customerId; |
|
|
private String customerId; |
|
|
|
|
|
|
|
|
/** 客户名称 */ |
|
|
/** 客户名称 */ |
|
@ -68,22 +68,22 @@ public class SalesShippingInformation extends BaseEntity |
|
|
|
|
|
|
|
|
/** 物料合计 */ |
|
|
/** 物料合计 */ |
|
|
@Excel(name = "物料合计") |
|
|
@Excel(name = "物料合计") |
|
|
private Long materialSum; |
|
|
private Integer materialSum; |
|
|
|
|
|
|
|
|
/** 数量合计 */ |
|
|
/** 数量合计 */ |
|
|
@Excel(name = "数量合计") |
|
|
@Excel(name = "数量合计") |
|
|
private Long enterpriseSum; |
|
|
private Integer enterpriseSum; |
|
|
|
|
|
|
|
|
/** 不含税总价(RMB) */ |
|
|
/** 不含税总价(RMB) */ |
|
|
@Excel(name = "不含税总价", readConverterExp = "R=MB") |
|
|
@Excel(name = "不含税总价") |
|
|
private BigDecimal allPriceExcludingTaxRmb; |
|
|
private BigDecimal allPriceExcludingTaxRmb; |
|
|
|
|
|
|
|
|
/** 不含税总价(美元) */ |
|
|
/** 不含税总价(美元) */ |
|
|
@Excel(name = "不含税总价", readConverterExp = "美=元") |
|
|
@Excel(name = "不含税总价") |
|
|
private BigDecimal allPriceExcludingTaxDollar; |
|
|
private BigDecimal allPriceExcludingTaxDollar; |
|
|
|
|
|
|
|
|
/** 含税总价(RMB) */ |
|
|
/** 含税总价(RMB) */ |
|
|
@Excel(name = "含税总价", readConverterExp = "R=MB") |
|
|
@Excel(name = "含税总价") |
|
|
private BigDecimal allPriceIncludesTax; |
|
|
private BigDecimal allPriceIncludesTax; |
|
|
|
|
|
|
|
|
/** 计划交付时间 */ |
|
|
/** 计划交付时间 */ |
|
@ -134,7 +134,6 @@ public class SalesShippingInformation extends BaseEntity |
|
|
private String contactAddressBillto; |
|
|
private String contactAddressBillto; |
|
|
|
|
|
|
|
|
/** 备注 */ |
|
|
/** 备注 */ |
|
|
@Excel(name = "备注") |
|
|
|
|
|
private String remarks; |
|
|
private String remarks; |
|
|
|
|
|
|
|
|
public void setShippingInformationId(Long shippingInformationId) |
|
|
public void setShippingInformationId(Long shippingInformationId) |
|
@ -246,24 +245,23 @@ public class SalesShippingInformation extends BaseEntity |
|
|
return salesOrderNumber; |
|
|
return salesOrderNumber; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public void setMaterialSum(Long materialSum) |
|
|
|
|
|
{ |
|
|
|
|
|
this.materialSum = materialSum; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public Long getMaterialSum() |
|
|
public Integer getMaterialSum() { |
|
|
{ |
|
|
|
|
|
return materialSum; |
|
|
return materialSum; |
|
|
} |
|
|
} |
|
|
public void setEnterpriseSum(Long enterpriseSum) |
|
|
|
|
|
{ |
|
|
public void setMaterialSum(Integer materialSum) { |
|
|
this.enterpriseSum = enterpriseSum; |
|
|
this.materialSum = materialSum; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public Long getEnterpriseSum() |
|
|
public Integer getEnterpriseSum() { |
|
|
{ |
|
|
|
|
|
return enterpriseSum; |
|
|
return enterpriseSum; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setEnterpriseSum(Integer enterpriseSum) { |
|
|
|
|
|
this.enterpriseSum = enterpriseSum; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
public void setAllPriceExcludingTaxRmb(BigDecimal allPriceExcludingTaxRmb) |
|
|
public void setAllPriceExcludingTaxRmb(BigDecimal allPriceExcludingTaxRmb) |
|
|
{ |
|
|
{ |
|
|
this.allPriceExcludingTaxRmb = allPriceExcludingTaxRmb; |
|
|
this.allPriceExcludingTaxRmb = allPriceExcludingTaxRmb; |
|
|