Commit dbea46d1 by huluobin

# update

parent 745d2414
......@@ -5,7 +5,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.util.Date;
@Data
public class PurchaseDetailDTO {
......@@ -333,7 +333,7 @@ public class PurchaseDetailDTO {
private Integer payStatus;
@JSONField(name = "lastsigntime")
private LocalDateTime lastSigntime;
private Date lastSigntime;
@JSONField(name = "arrivalstatus")
private Integer arrivalStatus;
......@@ -355,7 +355,7 @@ public class PurchaseDetailDTO {
private Integer can7dayRefund;
@JSONField(name = "arrivaldate")
private LocalDateTime arrivaldate;
private Date arrivaldate;
}
package com.bailuntec.domain.entity;
import lombok.Data;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import lombok.Data;
import java.util.Date;
@Data
public class DcBasePurchaseDetails {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.id
*
......@@ -16,7 +17,6 @@ public class DcBasePurchaseDetails {
private Integer id;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.purchase_id
*
......@@ -25,7 +25,6 @@ public class DcBasePurchaseDetails {
private String purchaseId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.status
*
......@@ -34,7 +33,6 @@ public class DcBasePurchaseDetails {
private Byte status;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.purchase_category_name
*
......@@ -43,7 +41,6 @@ public class DcBasePurchaseDetails {
private String purchaseCategoryName;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.deliver_id
*
......@@ -52,7 +49,6 @@ public class DcBasePurchaseDetails {
private Integer deliverId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.deliver_name
*
......@@ -61,7 +57,6 @@ public class DcBasePurchaseDetails {
private String deliverName;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.deliver_value
*
......@@ -70,7 +65,6 @@ public class DcBasePurchaseDetails {
private Integer deliverValue;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.buyer_name
*
......@@ -79,7 +73,6 @@ public class DcBasePurchaseDetails {
private String buyerName;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.warehouse_from_code
*
......@@ -88,7 +81,6 @@ public class DcBasePurchaseDetails {
private String warehouseFromCode;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.warehouse_from_name
*
......@@ -97,7 +89,6 @@ public class DcBasePurchaseDetails {
private String warehouseFromName;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.warehouse_into_code
*
......@@ -106,7 +97,6 @@ public class DcBasePurchaseDetails {
private String warehouseIntoCode;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.warehouse_into_name
*
......@@ -115,7 +105,6 @@ public class DcBasePurchaseDetails {
private String warehouseIntoName;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.bailun_sku
*
......@@ -124,7 +113,6 @@ public class DcBasePurchaseDetails {
private String bailunSku;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_purchase
*
......@@ -133,7 +121,6 @@ public class DcBasePurchaseDetails {
private Integer quantityPurchase;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.unit_price
*
......@@ -142,7 +129,6 @@ public class DcBasePurchaseDetails {
private BigDecimal unitPrice;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.amount_paid
*
......@@ -151,7 +137,6 @@ public class DcBasePurchaseDetails {
private BigDecimal amountPaid;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.currency_code
*
......@@ -160,7 +145,6 @@ public class DcBasePurchaseDetails {
private String currencyCode;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.currency_name
*
......@@ -169,7 +153,6 @@ public class DcBasePurchaseDetails {
private String currencyName;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_return
*
......@@ -178,7 +161,6 @@ public class DcBasePurchaseDetails {
private Integer quantityReturn;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_inbound
*
......@@ -187,7 +169,6 @@ public class DcBasePurchaseDetails {
private Integer quantityInbound;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_deliver
*
......@@ -196,7 +177,6 @@ public class DcBasePurchaseDetails {
private Integer quantityDeliver;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_not_deliver
*
......@@ -205,7 +185,6 @@ public class DcBasePurchaseDetails {
private Integer quantityNotDeliver;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_arrival
*
......@@ -214,7 +193,6 @@ public class DcBasePurchaseDetails {
private Integer quantityArrival;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_not_arrival
*
......@@ -223,7 +201,6 @@ public class DcBasePurchaseDetails {
private Integer quantityNotArrival;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_inspect
*
......@@ -232,7 +209,6 @@ public class DcBasePurchaseDetails {
private Integer quantityInspect;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_qualified_inspect
*
......@@ -241,7 +217,6 @@ public class DcBasePurchaseDetails {
private Integer quantityQualifiedInspect;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_unqualified_inspect
*
......@@ -250,7 +225,6 @@ public class DcBasePurchaseDetails {
private Integer quantityUnqualifiedInspect;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_wait_transfer
*
......@@ -259,7 +233,6 @@ public class DcBasePurchaseDetails {
private Integer quantityWaitTransfer;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_exchange
*
......@@ -268,7 +241,6 @@ public class DcBasePurchaseDetails {
private Integer quantityExchange;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_lose_inbound
*
......@@ -277,7 +249,6 @@ public class DcBasePurchaseDetails {
private Integer quantityLoseInbound;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.create_time
*
......@@ -286,7 +257,6 @@ public class DcBasePurchaseDetails {
private LocalDateTime createTime;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.update_time
*
......@@ -295,7 +265,6 @@ public class DcBasePurchaseDetails {
private LocalDateTime updateTime;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.gmt_create
*
......@@ -304,7 +273,6 @@ public class DcBasePurchaseDetails {
private LocalDateTime gmtCreate;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.gmt_modified
*
......@@ -313,7 +281,6 @@ public class DcBasePurchaseDetails {
private LocalDateTime gmtModified;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_not_inbound
*
......@@ -322,7 +289,6 @@ public class DcBasePurchaseDetails {
private Integer quantityNotInbound;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.alibaba_order_id
*
......@@ -331,7 +297,6 @@ public class DcBasePurchaseDetails {
private String alibabaOrderId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.logistics_order_id
*
......@@ -340,7 +305,6 @@ public class DcBasePurchaseDetails {
private String logisticsOrderId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.logistics_company_name
*
......@@ -349,7 +313,6 @@ public class DcBasePurchaseDetails {
private String logisticsCompanyName;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.company_id
*
......@@ -358,7 +321,6 @@ public class DcBasePurchaseDetails {
private Integer companyId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.ispush
*
......@@ -367,7 +329,6 @@ public class DcBasePurchaseDetails {
private Integer ispush;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.isallot
*
......@@ -376,7 +337,6 @@ public class DcBasePurchaseDetails {
private Byte isallot;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.isaims
*
......@@ -385,7 +345,6 @@ public class DcBasePurchaseDetails {
private Integer isaims;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.pay_type
*
......@@ -394,7 +353,6 @@ public class DcBasePurchaseDetails {
private Integer payType;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.pay_status
*
......@@ -403,16 +361,14 @@ public class DcBasePurchaseDetails {
private Integer payStatus;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.last_signtime
*
* @mbg.generated
*/
private LocalDateTime lastSigntime;
private Date lastSigntime;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.arrival_status
*
......@@ -421,7 +377,6 @@ public class DcBasePurchaseDetails {
private Integer arrivalStatus;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.amount_buy
*
......@@ -430,7 +385,6 @@ public class DcBasePurchaseDetails {
private BigDecimal amountBuy;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.amount_payed
*
......@@ -439,7 +393,6 @@ public class DcBasePurchaseDetails {
private BigDecimal amountPayed;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.amount_express
*
......@@ -448,7 +401,6 @@ public class DcBasePurchaseDetails {
private BigDecimal amountExpress;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.createusername
*
......@@ -457,7 +409,6 @@ public class DcBasePurchaseDetails {
private String createusername;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.can_7day_refund
*
......@@ -466,7 +417,6 @@ public class DcBasePurchaseDetails {
private Integer can7dayRefund;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.warehouse_code
*
......@@ -475,13 +425,12 @@ public class DcBasePurchaseDetails {
private String warehouseCode;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.arrivaldate
*
* @mbg.generated
*/
private LocalDateTime arrivaldate;
private Date arrivaldate;
/**
* This method was generated by MyBatis Generator.
......@@ -571,58 +520,58 @@ public class DcBasePurchaseDetails {
}
DcBasePurchaseDetails other = (DcBasePurchaseDetails) that;
return (this.getId() == null ? other.getId() == null : this.getId().equals(other.getId()))
&& (this.getPurchaseId() == null ? other.getPurchaseId() == null : this.getPurchaseId().equals(other.getPurchaseId()))
&& (this.getStatus() == null ? other.getStatus() == null : this.getStatus().equals(other.getStatus()))
&& (this.getPurchaseCategoryName() == null ? other.getPurchaseCategoryName() == null : this.getPurchaseCategoryName().equals(other.getPurchaseCategoryName()))
&& (this.getDeliverId() == null ? other.getDeliverId() == null : this.getDeliverId().equals(other.getDeliverId()))
&& (this.getDeliverName() == null ? other.getDeliverName() == null : this.getDeliverName().equals(other.getDeliverName()))
&& (this.getDeliverValue() == null ? other.getDeliverValue() == null : this.getDeliverValue().equals(other.getDeliverValue()))
&& (this.getBuyerName() == null ? other.getBuyerName() == null : this.getBuyerName().equals(other.getBuyerName()))
&& (this.getWarehouseFromCode() == null ? other.getWarehouseFromCode() == null : this.getWarehouseFromCode().equals(other.getWarehouseFromCode()))
&& (this.getWarehouseFromName() == null ? other.getWarehouseFromName() == null : this.getWarehouseFromName().equals(other.getWarehouseFromName()))
&& (this.getWarehouseIntoCode() == null ? other.getWarehouseIntoCode() == null : this.getWarehouseIntoCode().equals(other.getWarehouseIntoCode()))
&& (this.getWarehouseIntoName() == null ? other.getWarehouseIntoName() == null : this.getWarehouseIntoName().equals(other.getWarehouseIntoName()))
&& (this.getBailunSku() == null ? other.getBailunSku() == null : this.getBailunSku().equals(other.getBailunSku()))
&& (this.getQuantityPurchase() == null ? other.getQuantityPurchase() == null : this.getQuantityPurchase().equals(other.getQuantityPurchase()))
&& (this.getUnitPrice() == null ? other.getUnitPrice() == null : this.getUnitPrice().equals(other.getUnitPrice()))
&& (this.getAmountPaid() == null ? other.getAmountPaid() == null : this.getAmountPaid().equals(other.getAmountPaid()))
&& (this.getCurrencyCode() == null ? other.getCurrencyCode() == null : this.getCurrencyCode().equals(other.getCurrencyCode()))
&& (this.getCurrencyName() == null ? other.getCurrencyName() == null : this.getCurrencyName().equals(other.getCurrencyName()))
&& (this.getQuantityReturn() == null ? other.getQuantityReturn() == null : this.getQuantityReturn().equals(other.getQuantityReturn()))
&& (this.getQuantityInbound() == null ? other.getQuantityInbound() == null : this.getQuantityInbound().equals(other.getQuantityInbound()))
&& (this.getQuantityDeliver() == null ? other.getQuantityDeliver() == null : this.getQuantityDeliver().equals(other.getQuantityDeliver()))
&& (this.getQuantityNotDeliver() == null ? other.getQuantityNotDeliver() == null : this.getQuantityNotDeliver().equals(other.getQuantityNotDeliver()))
&& (this.getQuantityArrival() == null ? other.getQuantityArrival() == null : this.getQuantityArrival().equals(other.getQuantityArrival()))
&& (this.getQuantityNotArrival() == null ? other.getQuantityNotArrival() == null : this.getQuantityNotArrival().equals(other.getQuantityNotArrival()))
&& (this.getQuantityInspect() == null ? other.getQuantityInspect() == null : this.getQuantityInspect().equals(other.getQuantityInspect()))
&& (this.getQuantityQualifiedInspect() == null ? other.getQuantityQualifiedInspect() == null : this.getQuantityQualifiedInspect().equals(other.getQuantityQualifiedInspect()))
&& (this.getQuantityUnqualifiedInspect() == null ? other.getQuantityUnqualifiedInspect() == null : this.getQuantityUnqualifiedInspect().equals(other.getQuantityUnqualifiedInspect()))
&& (this.getQuantityWaitTransfer() == null ? other.getQuantityWaitTransfer() == null : this.getQuantityWaitTransfer().equals(other.getQuantityWaitTransfer()))
&& (this.getQuantityExchange() == null ? other.getQuantityExchange() == null : this.getQuantityExchange().equals(other.getQuantityExchange()))
&& (this.getQuantityLoseInbound() == null ? other.getQuantityLoseInbound() == null : this.getQuantityLoseInbound().equals(other.getQuantityLoseInbound()))
&& (this.getCreateTime() == null ? other.getCreateTime() == null : this.getCreateTime().equals(other.getCreateTime()))
&& (this.getUpdateTime() == null ? other.getUpdateTime() == null : this.getUpdateTime().equals(other.getUpdateTime()))
&& (this.getGmtCreate() == null ? other.getGmtCreate() == null : this.getGmtCreate().equals(other.getGmtCreate()))
&& (this.getGmtModified() == null ? other.getGmtModified() == null : this.getGmtModified().equals(other.getGmtModified()))
&& (this.getQuantityNotInbound() == null ? other.getQuantityNotInbound() == null : this.getQuantityNotInbound().equals(other.getQuantityNotInbound()))
&& (this.getAlibabaOrderId() == null ? other.getAlibabaOrderId() == null : this.getAlibabaOrderId().equals(other.getAlibabaOrderId()))
&& (this.getLogisticsOrderId() == null ? other.getLogisticsOrderId() == null : this.getLogisticsOrderId().equals(other.getLogisticsOrderId()))
&& (this.getLogisticsCompanyName() == null ? other.getLogisticsCompanyName() == null : this.getLogisticsCompanyName().equals(other.getLogisticsCompanyName()))
&& (this.getCompanyId() == null ? other.getCompanyId() == null : this.getCompanyId().equals(other.getCompanyId()))
&& (this.getIspush() == null ? other.getIspush() == null : this.getIspush().equals(other.getIspush()))
&& (this.getIsallot() == null ? other.getIsallot() == null : this.getIsallot().equals(other.getIsallot()))
&& (this.getIsaims() == null ? other.getIsaims() == null : this.getIsaims().equals(other.getIsaims()))
&& (this.getPayType() == null ? other.getPayType() == null : this.getPayType().equals(other.getPayType()))
&& (this.getPayStatus() == null ? other.getPayStatus() == null : this.getPayStatus().equals(other.getPayStatus()))
&& (this.getLastSigntime() == null ? other.getLastSigntime() == null : this.getLastSigntime().equals(other.getLastSigntime()))
&& (this.getArrivalStatus() == null ? other.getArrivalStatus() == null : this.getArrivalStatus().equals(other.getArrivalStatus()))
&& (this.getAmountBuy() == null ? other.getAmountBuy() == null : this.getAmountBuy().equals(other.getAmountBuy()))
&& (this.getAmountPayed() == null ? other.getAmountPayed() == null : this.getAmountPayed().equals(other.getAmountPayed()))
&& (this.getAmountExpress() == null ? other.getAmountExpress() == null : this.getAmountExpress().equals(other.getAmountExpress()))
&& (this.getCreateusername() == null ? other.getCreateusername() == null : this.getCreateusername().equals(other.getCreateusername()))
&& (this.getCan7dayRefund() == null ? other.getCan7dayRefund() == null : this.getCan7dayRefund().equals(other.getCan7dayRefund()))
&& (this.getWarehouseCode() == null ? other.getWarehouseCode() == null : this.getWarehouseCode().equals(other.getWarehouseCode()))
&& (this.getArrivaldate() == null ? other.getArrivaldate() == null : this.getArrivaldate().equals(other.getArrivaldate()));
&& (this.getPurchaseId() == null ? other.getPurchaseId() == null : this.getPurchaseId().equals(other.getPurchaseId()))
&& (this.getStatus() == null ? other.getStatus() == null : this.getStatus().equals(other.getStatus()))
&& (this.getPurchaseCategoryName() == null ? other.getPurchaseCategoryName() == null : this.getPurchaseCategoryName().equals(other.getPurchaseCategoryName()))
&& (this.getDeliverId() == null ? other.getDeliverId() == null : this.getDeliverId().equals(other.getDeliverId()))
&& (this.getDeliverName() == null ? other.getDeliverName() == null : this.getDeliverName().equals(other.getDeliverName()))
&& (this.getDeliverValue() == null ? other.getDeliverValue() == null : this.getDeliverValue().equals(other.getDeliverValue()))
&& (this.getBuyerName() == null ? other.getBuyerName() == null : this.getBuyerName().equals(other.getBuyerName()))
&& (this.getWarehouseFromCode() == null ? other.getWarehouseFromCode() == null : this.getWarehouseFromCode().equals(other.getWarehouseFromCode()))
&& (this.getWarehouseFromName() == null ? other.getWarehouseFromName() == null : this.getWarehouseFromName().equals(other.getWarehouseFromName()))
&& (this.getWarehouseIntoCode() == null ? other.getWarehouseIntoCode() == null : this.getWarehouseIntoCode().equals(other.getWarehouseIntoCode()))
&& (this.getWarehouseIntoName() == null ? other.getWarehouseIntoName() == null : this.getWarehouseIntoName().equals(other.getWarehouseIntoName()))
&& (this.getBailunSku() == null ? other.getBailunSku() == null : this.getBailunSku().equals(other.getBailunSku()))
&& (this.getQuantityPurchase() == null ? other.getQuantityPurchase() == null : this.getQuantityPurchase().equals(other.getQuantityPurchase()))
&& (this.getUnitPrice() == null ? other.getUnitPrice() == null : this.getUnitPrice().equals(other.getUnitPrice()))
&& (this.getAmountPaid() == null ? other.getAmountPaid() == null : this.getAmountPaid().equals(other.getAmountPaid()))
&& (this.getCurrencyCode() == null ? other.getCurrencyCode() == null : this.getCurrencyCode().equals(other.getCurrencyCode()))
&& (this.getCurrencyName() == null ? other.getCurrencyName() == null : this.getCurrencyName().equals(other.getCurrencyName()))
&& (this.getQuantityReturn() == null ? other.getQuantityReturn() == null : this.getQuantityReturn().equals(other.getQuantityReturn()))
&& (this.getQuantityInbound() == null ? other.getQuantityInbound() == null : this.getQuantityInbound().equals(other.getQuantityInbound()))
&& (this.getQuantityDeliver() == null ? other.getQuantityDeliver() == null : this.getQuantityDeliver().equals(other.getQuantityDeliver()))
&& (this.getQuantityNotDeliver() == null ? other.getQuantityNotDeliver() == null : this.getQuantityNotDeliver().equals(other.getQuantityNotDeliver()))
&& (this.getQuantityArrival() == null ? other.getQuantityArrival() == null : this.getQuantityArrival().equals(other.getQuantityArrival()))
&& (this.getQuantityNotArrival() == null ? other.getQuantityNotArrival() == null : this.getQuantityNotArrival().equals(other.getQuantityNotArrival()))
&& (this.getQuantityInspect() == null ? other.getQuantityInspect() == null : this.getQuantityInspect().equals(other.getQuantityInspect()))
&& (this.getQuantityQualifiedInspect() == null ? other.getQuantityQualifiedInspect() == null : this.getQuantityQualifiedInspect().equals(other.getQuantityQualifiedInspect()))
&& (this.getQuantityUnqualifiedInspect() == null ? other.getQuantityUnqualifiedInspect() == null : this.getQuantityUnqualifiedInspect().equals(other.getQuantityUnqualifiedInspect()))
&& (this.getQuantityWaitTransfer() == null ? other.getQuantityWaitTransfer() == null : this.getQuantityWaitTransfer().equals(other.getQuantityWaitTransfer()))
&& (this.getQuantityExchange() == null ? other.getQuantityExchange() == null : this.getQuantityExchange().equals(other.getQuantityExchange()))
&& (this.getQuantityLoseInbound() == null ? other.getQuantityLoseInbound() == null : this.getQuantityLoseInbound().equals(other.getQuantityLoseInbound()))
&& (this.getCreateTime() == null ? other.getCreateTime() == null : this.getCreateTime().equals(other.getCreateTime()))
&& (this.getUpdateTime() == null ? other.getUpdateTime() == null : this.getUpdateTime().equals(other.getUpdateTime()))
&& (this.getGmtCreate() == null ? other.getGmtCreate() == null : this.getGmtCreate().equals(other.getGmtCreate()))
&& (this.getGmtModified() == null ? other.getGmtModified() == null : this.getGmtModified().equals(other.getGmtModified()))
&& (this.getQuantityNotInbound() == null ? other.getQuantityNotInbound() == null : this.getQuantityNotInbound().equals(other.getQuantityNotInbound()))
&& (this.getAlibabaOrderId() == null ? other.getAlibabaOrderId() == null : this.getAlibabaOrderId().equals(other.getAlibabaOrderId()))
&& (this.getLogisticsOrderId() == null ? other.getLogisticsOrderId() == null : this.getLogisticsOrderId().equals(other.getLogisticsOrderId()))
&& (this.getLogisticsCompanyName() == null ? other.getLogisticsCompanyName() == null : this.getLogisticsCompanyName().equals(other.getLogisticsCompanyName()))
&& (this.getCompanyId() == null ? other.getCompanyId() == null : this.getCompanyId().equals(other.getCompanyId()))
&& (this.getIspush() == null ? other.getIspush() == null : this.getIspush().equals(other.getIspush()))
&& (this.getIsallot() == null ? other.getIsallot() == null : this.getIsallot().equals(other.getIsallot()))
&& (this.getIsaims() == null ? other.getIsaims() == null : this.getIsaims().equals(other.getIsaims()))
&& (this.getPayType() == null ? other.getPayType() == null : this.getPayType().equals(other.getPayType()))
&& (this.getPayStatus() == null ? other.getPayStatus() == null : this.getPayStatus().equals(other.getPayStatus()))
&& (this.getLastSigntime() == null ? other.getLastSigntime() == null : this.getLastSigntime().equals(other.getLastSigntime()))
&& (this.getArrivalStatus() == null ? other.getArrivalStatus() == null : this.getArrivalStatus().equals(other.getArrivalStatus()))
&& (this.getAmountBuy() == null ? other.getAmountBuy() == null : this.getAmountBuy().equals(other.getAmountBuy()))
&& (this.getAmountPayed() == null ? other.getAmountPayed() == null : this.getAmountPayed().equals(other.getAmountPayed()))
&& (this.getAmountExpress() == null ? other.getAmountExpress() == null : this.getAmountExpress().equals(other.getAmountExpress()))
&& (this.getCreateusername() == null ? other.getCreateusername() == null : this.getCreateusername().equals(other.getCreateusername()))
&& (this.getCan7dayRefund() == null ? other.getCan7dayRefund() == null : this.getCan7dayRefund().equals(other.getCan7dayRefund()))
&& (this.getWarehouseCode() == null ? other.getWarehouseCode() == null : this.getWarehouseCode().equals(other.getWarehouseCode()))
&& (this.getArrivaldate() == null ? other.getArrivaldate() == null : this.getArrivaldate().equals(other.getArrivaldate()));
}
/**
......@@ -690,4 +639,4 @@ public class DcBasePurchaseDetails {
result = prime * result + ((getArrivaldate() == null) ? 0 : getArrivaldate().hashCode());
return result;
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment