Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-java
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
dc-java
Commits
dbea46d1
Commit
dbea46d1
authored
Jan 23, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# update
parent
745d2414
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
113 deletions
+61
-113
PurchaseDetailDTO.java
...main/java/com/bailuntec/domain/dto/PurchaseDetailDTO.java
+3
-3
DcBasePurchaseDetails.java
...va/com/bailuntec/domain/entity/DcBasePurchaseDetails.java
+58
-110
No files found.
data-base/base-sync-purchase-details/src/main/java/com/bailuntec/domain/dto/PurchaseDetailDTO.java
View file @
dbea46d1
...
@@ -5,7 +5,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
...
@@ -5,7 +5,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
import
lombok.Data
;
import
lombok.Data
;
import
java.math.BigDecimal
;
import
java.math.BigDecimal
;
import
java.
time.LocalDateTim
e
;
import
java.
util.Dat
e
;
@Data
@Data
public
class
PurchaseDetailDTO
{
public
class
PurchaseDetailDTO
{
...
@@ -333,7 +333,7 @@ public class PurchaseDetailDTO {
...
@@ -333,7 +333,7 @@ public class PurchaseDetailDTO {
private
Integer
payStatus
;
private
Integer
payStatus
;
@JSONField
(
name
=
"lastsigntime"
)
@JSONField
(
name
=
"lastsigntime"
)
private
LocalDateTim
e
lastSigntime
;
private
Dat
e
lastSigntime
;
@JSONField
(
name
=
"arrivalstatus"
)
@JSONField
(
name
=
"arrivalstatus"
)
private
Integer
arrivalStatus
;
private
Integer
arrivalStatus
;
...
@@ -355,7 +355,7 @@ public class PurchaseDetailDTO {
...
@@ -355,7 +355,7 @@ public class PurchaseDetailDTO {
private
Integer
can7dayRefund
;
private
Integer
can7dayRefund
;
@JSONField
(
name
=
"arrivaldate"
)
@JSONField
(
name
=
"arrivaldate"
)
private
LocalDateTim
e
arrivaldate
;
private
Dat
e
arrivaldate
;
}
}
data-common/src/main/java/com/bailuntec/domain/entity/DcBasePurchaseDetails.java
View file @
dbea46d1
package
com
.
bailuntec
.
domain
.
entity
;
package
com
.
bailuntec
.
domain
.
entity
;
import
lombok.Data
;
import
java.math.BigDecimal
;
import
java.math.BigDecimal
;
import
java.time.LocalDateTime
;
import
java.time.LocalDateTime
;
import
lombok.Data
;
import
java.util.Date
;
@Data
@Data
public
class
DcBasePurchaseDetails
{
public
class
DcBasePurchaseDetails
{
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.id
* This field corresponds to the database column dc_base_purchase_details.id
*
*
...
@@ -16,7 +17,6 @@ public class DcBasePurchaseDetails {
...
@@ -16,7 +17,6 @@ public class DcBasePurchaseDetails {
private
Integer
id
;
private
Integer
id
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.purchase_id
* This field corresponds to the database column dc_base_purchase_details.purchase_id
*
*
...
@@ -25,7 +25,6 @@ public class DcBasePurchaseDetails {
...
@@ -25,7 +25,6 @@ public class DcBasePurchaseDetails {
private
String
purchaseId
;
private
String
purchaseId
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.status
* This field corresponds to the database column dc_base_purchase_details.status
*
*
...
@@ -34,7 +33,6 @@ public class DcBasePurchaseDetails {
...
@@ -34,7 +33,6 @@ public class DcBasePurchaseDetails {
private
Byte
status
;
private
Byte
status
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.purchase_category_name
* This field corresponds to the database column dc_base_purchase_details.purchase_category_name
*
*
...
@@ -43,7 +41,6 @@ public class DcBasePurchaseDetails {
...
@@ -43,7 +41,6 @@ public class DcBasePurchaseDetails {
private
String
purchaseCategoryName
;
private
String
purchaseCategoryName
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.deliver_id
* This field corresponds to the database column dc_base_purchase_details.deliver_id
*
*
...
@@ -52,7 +49,6 @@ public class DcBasePurchaseDetails {
...
@@ -52,7 +49,6 @@ public class DcBasePurchaseDetails {
private
Integer
deliverId
;
private
Integer
deliverId
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.deliver_name
* This field corresponds to the database column dc_base_purchase_details.deliver_name
*
*
...
@@ -61,7 +57,6 @@ public class DcBasePurchaseDetails {
...
@@ -61,7 +57,6 @@ public class DcBasePurchaseDetails {
private
String
deliverName
;
private
String
deliverName
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.deliver_value
* This field corresponds to the database column dc_base_purchase_details.deliver_value
*
*
...
@@ -70,7 +65,6 @@ public class DcBasePurchaseDetails {
...
@@ -70,7 +65,6 @@ public class DcBasePurchaseDetails {
private
Integer
deliverValue
;
private
Integer
deliverValue
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.buyer_name
* This field corresponds to the database column dc_base_purchase_details.buyer_name
*
*
...
@@ -79,7 +73,6 @@ public class DcBasePurchaseDetails {
...
@@ -79,7 +73,6 @@ public class DcBasePurchaseDetails {
private
String
buyerName
;
private
String
buyerName
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.warehouse_from_code
* This field corresponds to the database column dc_base_purchase_details.warehouse_from_code
*
*
...
@@ -88,7 +81,6 @@ public class DcBasePurchaseDetails {
...
@@ -88,7 +81,6 @@ public class DcBasePurchaseDetails {
private
String
warehouseFromCode
;
private
String
warehouseFromCode
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.warehouse_from_name
* This field corresponds to the database column dc_base_purchase_details.warehouse_from_name
*
*
...
@@ -97,7 +89,6 @@ public class DcBasePurchaseDetails {
...
@@ -97,7 +89,6 @@ public class DcBasePurchaseDetails {
private
String
warehouseFromName
;
private
String
warehouseFromName
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.warehouse_into_code
* This field corresponds to the database column dc_base_purchase_details.warehouse_into_code
*
*
...
@@ -106,7 +97,6 @@ public class DcBasePurchaseDetails {
...
@@ -106,7 +97,6 @@ public class DcBasePurchaseDetails {
private
String
warehouseIntoCode
;
private
String
warehouseIntoCode
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.warehouse_into_name
* This field corresponds to the database column dc_base_purchase_details.warehouse_into_name
*
*
...
@@ -115,7 +105,6 @@ public class DcBasePurchaseDetails {
...
@@ -115,7 +105,6 @@ public class DcBasePurchaseDetails {
private
String
warehouseIntoName
;
private
String
warehouseIntoName
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.bailun_sku
* This field corresponds to the database column dc_base_purchase_details.bailun_sku
*
*
...
@@ -124,7 +113,6 @@ public class DcBasePurchaseDetails {
...
@@ -124,7 +113,6 @@ public class DcBasePurchaseDetails {
private
String
bailunSku
;
private
String
bailunSku
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_purchase
* This field corresponds to the database column dc_base_purchase_details.quantity_purchase
*
*
...
@@ -133,7 +121,6 @@ public class DcBasePurchaseDetails {
...
@@ -133,7 +121,6 @@ public class DcBasePurchaseDetails {
private
Integer
quantityPurchase
;
private
Integer
quantityPurchase
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.unit_price
* This field corresponds to the database column dc_base_purchase_details.unit_price
*
*
...
@@ -142,7 +129,6 @@ public class DcBasePurchaseDetails {
...
@@ -142,7 +129,6 @@ public class DcBasePurchaseDetails {
private
BigDecimal
unitPrice
;
private
BigDecimal
unitPrice
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.amount_paid
* This field corresponds to the database column dc_base_purchase_details.amount_paid
*
*
...
@@ -151,7 +137,6 @@ public class DcBasePurchaseDetails {
...
@@ -151,7 +137,6 @@ public class DcBasePurchaseDetails {
private
BigDecimal
amountPaid
;
private
BigDecimal
amountPaid
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.currency_code
* This field corresponds to the database column dc_base_purchase_details.currency_code
*
*
...
@@ -160,7 +145,6 @@ public class DcBasePurchaseDetails {
...
@@ -160,7 +145,6 @@ public class DcBasePurchaseDetails {
private
String
currencyCode
;
private
String
currencyCode
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.currency_name
* This field corresponds to the database column dc_base_purchase_details.currency_name
*
*
...
@@ -169,7 +153,6 @@ public class DcBasePurchaseDetails {
...
@@ -169,7 +153,6 @@ public class DcBasePurchaseDetails {
private
String
currencyName
;
private
String
currencyName
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_return
* This field corresponds to the database column dc_base_purchase_details.quantity_return
*
*
...
@@ -178,7 +161,6 @@ public class DcBasePurchaseDetails {
...
@@ -178,7 +161,6 @@ public class DcBasePurchaseDetails {
private
Integer
quantityReturn
;
private
Integer
quantityReturn
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_inbound
* This field corresponds to the database column dc_base_purchase_details.quantity_inbound
*
*
...
@@ -187,7 +169,6 @@ public class DcBasePurchaseDetails {
...
@@ -187,7 +169,6 @@ public class DcBasePurchaseDetails {
private
Integer
quantityInbound
;
private
Integer
quantityInbound
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_deliver
* This field corresponds to the database column dc_base_purchase_details.quantity_deliver
*
*
...
@@ -196,7 +177,6 @@ public class DcBasePurchaseDetails {
...
@@ -196,7 +177,6 @@ public class DcBasePurchaseDetails {
private
Integer
quantityDeliver
;
private
Integer
quantityDeliver
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_not_deliver
* This field corresponds to the database column dc_base_purchase_details.quantity_not_deliver
*
*
...
@@ -205,7 +185,6 @@ public class DcBasePurchaseDetails {
...
@@ -205,7 +185,6 @@ public class DcBasePurchaseDetails {
private
Integer
quantityNotDeliver
;
private
Integer
quantityNotDeliver
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_arrival
* This field corresponds to the database column dc_base_purchase_details.quantity_arrival
*
*
...
@@ -214,7 +193,6 @@ public class DcBasePurchaseDetails {
...
@@ -214,7 +193,6 @@ public class DcBasePurchaseDetails {
private
Integer
quantityArrival
;
private
Integer
quantityArrival
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_not_arrival
* This field corresponds to the database column dc_base_purchase_details.quantity_not_arrival
*
*
...
@@ -223,7 +201,6 @@ public class DcBasePurchaseDetails {
...
@@ -223,7 +201,6 @@ public class DcBasePurchaseDetails {
private
Integer
quantityNotArrival
;
private
Integer
quantityNotArrival
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_inspect
* This field corresponds to the database column dc_base_purchase_details.quantity_inspect
*
*
...
@@ -232,7 +209,6 @@ public class DcBasePurchaseDetails {
...
@@ -232,7 +209,6 @@ public class DcBasePurchaseDetails {
private
Integer
quantityInspect
;
private
Integer
quantityInspect
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_qualified_inspect
* This field corresponds to the database column dc_base_purchase_details.quantity_qualified_inspect
*
*
...
@@ -241,7 +217,6 @@ public class DcBasePurchaseDetails {
...
@@ -241,7 +217,6 @@ public class DcBasePurchaseDetails {
private
Integer
quantityQualifiedInspect
;
private
Integer
quantityQualifiedInspect
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_unqualified_inspect
* This field corresponds to the database column dc_base_purchase_details.quantity_unqualified_inspect
*
*
...
@@ -250,7 +225,6 @@ public class DcBasePurchaseDetails {
...
@@ -250,7 +225,6 @@ public class DcBasePurchaseDetails {
private
Integer
quantityUnqualifiedInspect
;
private
Integer
quantityUnqualifiedInspect
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_wait_transfer
* This field corresponds to the database column dc_base_purchase_details.quantity_wait_transfer
*
*
...
@@ -259,7 +233,6 @@ public class DcBasePurchaseDetails {
...
@@ -259,7 +233,6 @@ public class DcBasePurchaseDetails {
private
Integer
quantityWaitTransfer
;
private
Integer
quantityWaitTransfer
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_exchange
* This field corresponds to the database column dc_base_purchase_details.quantity_exchange
*
*
...
@@ -268,7 +241,6 @@ public class DcBasePurchaseDetails {
...
@@ -268,7 +241,6 @@ public class DcBasePurchaseDetails {
private
Integer
quantityExchange
;
private
Integer
quantityExchange
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_lose_inbound
* This field corresponds to the database column dc_base_purchase_details.quantity_lose_inbound
*
*
...
@@ -277,7 +249,6 @@ public class DcBasePurchaseDetails {
...
@@ -277,7 +249,6 @@ public class DcBasePurchaseDetails {
private
Integer
quantityLoseInbound
;
private
Integer
quantityLoseInbound
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.create_time
* This field corresponds to the database column dc_base_purchase_details.create_time
*
*
...
@@ -286,7 +257,6 @@ public class DcBasePurchaseDetails {
...
@@ -286,7 +257,6 @@ public class DcBasePurchaseDetails {
private
LocalDateTime
createTime
;
private
LocalDateTime
createTime
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.update_time
* This field corresponds to the database column dc_base_purchase_details.update_time
*
*
...
@@ -295,7 +265,6 @@ public class DcBasePurchaseDetails {
...
@@ -295,7 +265,6 @@ public class DcBasePurchaseDetails {
private
LocalDateTime
updateTime
;
private
LocalDateTime
updateTime
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.gmt_create
* This field corresponds to the database column dc_base_purchase_details.gmt_create
*
*
...
@@ -304,7 +273,6 @@ public class DcBasePurchaseDetails {
...
@@ -304,7 +273,6 @@ public class DcBasePurchaseDetails {
private
LocalDateTime
gmtCreate
;
private
LocalDateTime
gmtCreate
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.gmt_modified
* This field corresponds to the database column dc_base_purchase_details.gmt_modified
*
*
...
@@ -313,7 +281,6 @@ public class DcBasePurchaseDetails {
...
@@ -313,7 +281,6 @@ public class DcBasePurchaseDetails {
private
LocalDateTime
gmtModified
;
private
LocalDateTime
gmtModified
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.quantity_not_inbound
* This field corresponds to the database column dc_base_purchase_details.quantity_not_inbound
*
*
...
@@ -322,7 +289,6 @@ public class DcBasePurchaseDetails {
...
@@ -322,7 +289,6 @@ public class DcBasePurchaseDetails {
private
Integer
quantityNotInbound
;
private
Integer
quantityNotInbound
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.alibaba_order_id
* This field corresponds to the database column dc_base_purchase_details.alibaba_order_id
*
*
...
@@ -331,7 +297,6 @@ public class DcBasePurchaseDetails {
...
@@ -331,7 +297,6 @@ public class DcBasePurchaseDetails {
private
String
alibabaOrderId
;
private
String
alibabaOrderId
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.logistics_order_id
* This field corresponds to the database column dc_base_purchase_details.logistics_order_id
*
*
...
@@ -340,7 +305,6 @@ public class DcBasePurchaseDetails {
...
@@ -340,7 +305,6 @@ public class DcBasePurchaseDetails {
private
String
logisticsOrderId
;
private
String
logisticsOrderId
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.logistics_company_name
* This field corresponds to the database column dc_base_purchase_details.logistics_company_name
*
*
...
@@ -349,7 +313,6 @@ public class DcBasePurchaseDetails {
...
@@ -349,7 +313,6 @@ public class DcBasePurchaseDetails {
private
String
logisticsCompanyName
;
private
String
logisticsCompanyName
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.company_id
* This field corresponds to the database column dc_base_purchase_details.company_id
*
*
...
@@ -358,7 +321,6 @@ public class DcBasePurchaseDetails {
...
@@ -358,7 +321,6 @@ public class DcBasePurchaseDetails {
private
Integer
companyId
;
private
Integer
companyId
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.ispush
* This field corresponds to the database column dc_base_purchase_details.ispush
*
*
...
@@ -367,7 +329,6 @@ public class DcBasePurchaseDetails {
...
@@ -367,7 +329,6 @@ public class DcBasePurchaseDetails {
private
Integer
ispush
;
private
Integer
ispush
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.isallot
* This field corresponds to the database column dc_base_purchase_details.isallot
*
*
...
@@ -376,7 +337,6 @@ public class DcBasePurchaseDetails {
...
@@ -376,7 +337,6 @@ public class DcBasePurchaseDetails {
private
Byte
isallot
;
private
Byte
isallot
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.isaims
* This field corresponds to the database column dc_base_purchase_details.isaims
*
*
...
@@ -385,7 +345,6 @@ public class DcBasePurchaseDetails {
...
@@ -385,7 +345,6 @@ public class DcBasePurchaseDetails {
private
Integer
isaims
;
private
Integer
isaims
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.pay_type
* This field corresponds to the database column dc_base_purchase_details.pay_type
*
*
...
@@ -394,7 +353,6 @@ public class DcBasePurchaseDetails {
...
@@ -394,7 +353,6 @@ public class DcBasePurchaseDetails {
private
Integer
payType
;
private
Integer
payType
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.pay_status
* This field corresponds to the database column dc_base_purchase_details.pay_status
*
*
...
@@ -403,16 +361,14 @@ public class DcBasePurchaseDetails {
...
@@ -403,16 +361,14 @@ public class DcBasePurchaseDetails {
private
Integer
payStatus
;
private
Integer
payStatus
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.last_signtime
* This field corresponds to the database column dc_base_purchase_details.last_signtime
*
*
* @mbg.generated
* @mbg.generated
*/
*/
private
LocalDateTim
e
lastSigntime
;
private
Dat
e
lastSigntime
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.arrival_status
* This field corresponds to the database column dc_base_purchase_details.arrival_status
*
*
...
@@ -421,7 +377,6 @@ public class DcBasePurchaseDetails {
...
@@ -421,7 +377,6 @@ public class DcBasePurchaseDetails {
private
Integer
arrivalStatus
;
private
Integer
arrivalStatus
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.amount_buy
* This field corresponds to the database column dc_base_purchase_details.amount_buy
*
*
...
@@ -430,7 +385,6 @@ public class DcBasePurchaseDetails {
...
@@ -430,7 +385,6 @@ public class DcBasePurchaseDetails {
private
BigDecimal
amountBuy
;
private
BigDecimal
amountBuy
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.amount_payed
* This field corresponds to the database column dc_base_purchase_details.amount_payed
*
*
...
@@ -439,7 +393,6 @@ public class DcBasePurchaseDetails {
...
@@ -439,7 +393,6 @@ public class DcBasePurchaseDetails {
private
BigDecimal
amountPayed
;
private
BigDecimal
amountPayed
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.amount_express
* This field corresponds to the database column dc_base_purchase_details.amount_express
*
*
...
@@ -448,7 +401,6 @@ public class DcBasePurchaseDetails {
...
@@ -448,7 +401,6 @@ public class DcBasePurchaseDetails {
private
BigDecimal
amountExpress
;
private
BigDecimal
amountExpress
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.createusername
* This field corresponds to the database column dc_base_purchase_details.createusername
*
*
...
@@ -457,7 +409,6 @@ public class DcBasePurchaseDetails {
...
@@ -457,7 +409,6 @@ public class DcBasePurchaseDetails {
private
String
createusername
;
private
String
createusername
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.can_7day_refund
* This field corresponds to the database column dc_base_purchase_details.can_7day_refund
*
*
...
@@ -466,7 +417,6 @@ public class DcBasePurchaseDetails {
...
@@ -466,7 +417,6 @@ public class DcBasePurchaseDetails {
private
Integer
can7dayRefund
;
private
Integer
can7dayRefund
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.warehouse_code
* This field corresponds to the database column dc_base_purchase_details.warehouse_code
*
*
...
@@ -475,13 +425,12 @@ public class DcBasePurchaseDetails {
...
@@ -475,13 +425,12 @@ public class DcBasePurchaseDetails {
private
String
warehouseCode
;
private
String
warehouseCode
;
/**
/**
*
* This field was generated by MyBatis Generator.
* This field was generated by MyBatis Generator.
* This field corresponds to the database column dc_base_purchase_details.arrivaldate
* This field corresponds to the database column dc_base_purchase_details.arrivaldate
*
*
* @mbg.generated
* @mbg.generated
*/
*/
private
LocalDateTim
e
arrivaldate
;
private
Dat
e
arrivaldate
;
/**
/**
* This method was generated by MyBatis Generator.
* This method was generated by MyBatis Generator.
...
@@ -571,58 +520,58 @@ public class DcBasePurchaseDetails {
...
@@ -571,58 +520,58 @@ public class DcBasePurchaseDetails {
}
}
DcBasePurchaseDetails
other
=
(
DcBasePurchaseDetails
)
that
;
DcBasePurchaseDetails
other
=
(
DcBasePurchaseDetails
)
that
;
return
(
this
.
getId
()
==
null
?
other
.
getId
()
==
null
:
this
.
getId
().
equals
(
other
.
getId
()))
return
(
this
.
getId
()
==
null
?
other
.
getId
()
==
null
:
this
.
getId
().
equals
(
other
.
getId
()))
&&
(
this
.
getPurchaseId
()
==
null
?
other
.
getPurchaseId
()
==
null
:
this
.
getPurchaseId
().
equals
(
other
.
getPurchaseId
()))
&&
(
this
.
getPurchaseId
()
==
null
?
other
.
getPurchaseId
()
==
null
:
this
.
getPurchaseId
().
equals
(
other
.
getPurchaseId
()))
&&
(
this
.
getStatus
()
==
null
?
other
.
getStatus
()
==
null
:
this
.
getStatus
().
equals
(
other
.
getStatus
()))
&&
(
this
.
getStatus
()
==
null
?
other
.
getStatus
()
==
null
:
this
.
getStatus
().
equals
(
other
.
getStatus
()))
&&
(
this
.
getPurchaseCategoryName
()
==
null
?
other
.
getPurchaseCategoryName
()
==
null
:
this
.
getPurchaseCategoryName
().
equals
(
other
.
getPurchaseCategoryName
()))
&&
(
this
.
getPurchaseCategoryName
()
==
null
?
other
.
getPurchaseCategoryName
()
==
null
:
this
.
getPurchaseCategoryName
().
equals
(
other
.
getPurchaseCategoryName
()))
&&
(
this
.
getDeliverId
()
==
null
?
other
.
getDeliverId
()
==
null
:
this
.
getDeliverId
().
equals
(
other
.
getDeliverId
()))
&&
(
this
.
getDeliverId
()
==
null
?
other
.
getDeliverId
()
==
null
:
this
.
getDeliverId
().
equals
(
other
.
getDeliverId
()))
&&
(
this
.
getDeliverName
()
==
null
?
other
.
getDeliverName
()
==
null
:
this
.
getDeliverName
().
equals
(
other
.
getDeliverName
()))
&&
(
this
.
getDeliverName
()
==
null
?
other
.
getDeliverName
()
==
null
:
this
.
getDeliverName
().
equals
(
other
.
getDeliverName
()))
&&
(
this
.
getDeliverValue
()
==
null
?
other
.
getDeliverValue
()
==
null
:
this
.
getDeliverValue
().
equals
(
other
.
getDeliverValue
()))
&&
(
this
.
getDeliverValue
()
==
null
?
other
.
getDeliverValue
()
==
null
:
this
.
getDeliverValue
().
equals
(
other
.
getDeliverValue
()))
&&
(
this
.
getBuyerName
()
==
null
?
other
.
getBuyerName
()
==
null
:
this
.
getBuyerName
().
equals
(
other
.
getBuyerName
()))
&&
(
this
.
getBuyerName
()
==
null
?
other
.
getBuyerName
()
==
null
:
this
.
getBuyerName
().
equals
(
other
.
getBuyerName
()))
&&
(
this
.
getWarehouseFromCode
()
==
null
?
other
.
getWarehouseFromCode
()
==
null
:
this
.
getWarehouseFromCode
().
equals
(
other
.
getWarehouseFromCode
()))
&&
(
this
.
getWarehouseFromCode
()
==
null
?
other
.
getWarehouseFromCode
()
==
null
:
this
.
getWarehouseFromCode
().
equals
(
other
.
getWarehouseFromCode
()))
&&
(
this
.
getWarehouseFromName
()
==
null
?
other
.
getWarehouseFromName
()
==
null
:
this
.
getWarehouseFromName
().
equals
(
other
.
getWarehouseFromName
()))
&&
(
this
.
getWarehouseFromName
()
==
null
?
other
.
getWarehouseFromName
()
==
null
:
this
.
getWarehouseFromName
().
equals
(
other
.
getWarehouseFromName
()))
&&
(
this
.
getWarehouseIntoCode
()
==
null
?
other
.
getWarehouseIntoCode
()
==
null
:
this
.
getWarehouseIntoCode
().
equals
(
other
.
getWarehouseIntoCode
()))
&&
(
this
.
getWarehouseIntoCode
()
==
null
?
other
.
getWarehouseIntoCode
()
==
null
:
this
.
getWarehouseIntoCode
().
equals
(
other
.
getWarehouseIntoCode
()))
&&
(
this
.
getWarehouseIntoName
()
==
null
?
other
.
getWarehouseIntoName
()
==
null
:
this
.
getWarehouseIntoName
().
equals
(
other
.
getWarehouseIntoName
()))
&&
(
this
.
getWarehouseIntoName
()
==
null
?
other
.
getWarehouseIntoName
()
==
null
:
this
.
getWarehouseIntoName
().
equals
(
other
.
getWarehouseIntoName
()))
&&
(
this
.
getBailunSku
()
==
null
?
other
.
getBailunSku
()
==
null
:
this
.
getBailunSku
().
equals
(
other
.
getBailunSku
()))
&&
(
this
.
getBailunSku
()
==
null
?
other
.
getBailunSku
()
==
null
:
this
.
getBailunSku
().
equals
(
other
.
getBailunSku
()))
&&
(
this
.
getQuantityPurchase
()
==
null
?
other
.
getQuantityPurchase
()
==
null
:
this
.
getQuantityPurchase
().
equals
(
other
.
getQuantityPurchase
()))
&&
(
this
.
getQuantityPurchase
()
==
null
?
other
.
getQuantityPurchase
()
==
null
:
this
.
getQuantityPurchase
().
equals
(
other
.
getQuantityPurchase
()))
&&
(
this
.
getUnitPrice
()
==
null
?
other
.
getUnitPrice
()
==
null
:
this
.
getUnitPrice
().
equals
(
other
.
getUnitPrice
()))
&&
(
this
.
getUnitPrice
()
==
null
?
other
.
getUnitPrice
()
==
null
:
this
.
getUnitPrice
().
equals
(
other
.
getUnitPrice
()))
&&
(
this
.
getAmountPaid
()
==
null
?
other
.
getAmountPaid
()
==
null
:
this
.
getAmountPaid
().
equals
(
other
.
getAmountPaid
()))
&&
(
this
.
getAmountPaid
()
==
null
?
other
.
getAmountPaid
()
==
null
:
this
.
getAmountPaid
().
equals
(
other
.
getAmountPaid
()))
&&
(
this
.
getCurrencyCode
()
==
null
?
other
.
getCurrencyCode
()
==
null
:
this
.
getCurrencyCode
().
equals
(
other
.
getCurrencyCode
()))
&&
(
this
.
getCurrencyCode
()
==
null
?
other
.
getCurrencyCode
()
==
null
:
this
.
getCurrencyCode
().
equals
(
other
.
getCurrencyCode
()))
&&
(
this
.
getCurrencyName
()
==
null
?
other
.
getCurrencyName
()
==
null
:
this
.
getCurrencyName
().
equals
(
other
.
getCurrencyName
()))
&&
(
this
.
getCurrencyName
()
==
null
?
other
.
getCurrencyName
()
==
null
:
this
.
getCurrencyName
().
equals
(
other
.
getCurrencyName
()))
&&
(
this
.
getQuantityReturn
()
==
null
?
other
.
getQuantityReturn
()
==
null
:
this
.
getQuantityReturn
().
equals
(
other
.
getQuantityReturn
()))
&&
(
this
.
getQuantityReturn
()
==
null
?
other
.
getQuantityReturn
()
==
null
:
this
.
getQuantityReturn
().
equals
(
other
.
getQuantityReturn
()))
&&
(
this
.
getQuantityInbound
()
==
null
?
other
.
getQuantityInbound
()
==
null
:
this
.
getQuantityInbound
().
equals
(
other
.
getQuantityInbound
()))
&&
(
this
.
getQuantityInbound
()
==
null
?
other
.
getQuantityInbound
()
==
null
:
this
.
getQuantityInbound
().
equals
(
other
.
getQuantityInbound
()))
&&
(
this
.
getQuantityDeliver
()
==
null
?
other
.
getQuantityDeliver
()
==
null
:
this
.
getQuantityDeliver
().
equals
(
other
.
getQuantityDeliver
()))
&&
(
this
.
getQuantityDeliver
()
==
null
?
other
.
getQuantityDeliver
()
==
null
:
this
.
getQuantityDeliver
().
equals
(
other
.
getQuantityDeliver
()))
&&
(
this
.
getQuantityNotDeliver
()
==
null
?
other
.
getQuantityNotDeliver
()
==
null
:
this
.
getQuantityNotDeliver
().
equals
(
other
.
getQuantityNotDeliver
()))
&&
(
this
.
getQuantityNotDeliver
()
==
null
?
other
.
getQuantityNotDeliver
()
==
null
:
this
.
getQuantityNotDeliver
().
equals
(
other
.
getQuantityNotDeliver
()))
&&
(
this
.
getQuantityArrival
()
==
null
?
other
.
getQuantityArrival
()
==
null
:
this
.
getQuantityArrival
().
equals
(
other
.
getQuantityArrival
()))
&&
(
this
.
getQuantityArrival
()
==
null
?
other
.
getQuantityArrival
()
==
null
:
this
.
getQuantityArrival
().
equals
(
other
.
getQuantityArrival
()))
&&
(
this
.
getQuantityNotArrival
()
==
null
?
other
.
getQuantityNotArrival
()
==
null
:
this
.
getQuantityNotArrival
().
equals
(
other
.
getQuantityNotArrival
()))
&&
(
this
.
getQuantityNotArrival
()
==
null
?
other
.
getQuantityNotArrival
()
==
null
:
this
.
getQuantityNotArrival
().
equals
(
other
.
getQuantityNotArrival
()))
&&
(
this
.
getQuantityInspect
()
==
null
?
other
.
getQuantityInspect
()
==
null
:
this
.
getQuantityInspect
().
equals
(
other
.
getQuantityInspect
()))
&&
(
this
.
getQuantityInspect
()
==
null
?
other
.
getQuantityInspect
()
==
null
:
this
.
getQuantityInspect
().
equals
(
other
.
getQuantityInspect
()))
&&
(
this
.
getQuantityQualifiedInspect
()
==
null
?
other
.
getQuantityQualifiedInspect
()
==
null
:
this
.
getQuantityQualifiedInspect
().
equals
(
other
.
getQuantityQualifiedInspect
()))
&&
(
this
.
getQuantityQualifiedInspect
()
==
null
?
other
.
getQuantityQualifiedInspect
()
==
null
:
this
.
getQuantityQualifiedInspect
().
equals
(
other
.
getQuantityQualifiedInspect
()))
&&
(
this
.
getQuantityUnqualifiedInspect
()
==
null
?
other
.
getQuantityUnqualifiedInspect
()
==
null
:
this
.
getQuantityUnqualifiedInspect
().
equals
(
other
.
getQuantityUnqualifiedInspect
()))
&&
(
this
.
getQuantityUnqualifiedInspect
()
==
null
?
other
.
getQuantityUnqualifiedInspect
()
==
null
:
this
.
getQuantityUnqualifiedInspect
().
equals
(
other
.
getQuantityUnqualifiedInspect
()))
&&
(
this
.
getQuantityWaitTransfer
()
==
null
?
other
.
getQuantityWaitTransfer
()
==
null
:
this
.
getQuantityWaitTransfer
().
equals
(
other
.
getQuantityWaitTransfer
()))
&&
(
this
.
getQuantityWaitTransfer
()
==
null
?
other
.
getQuantityWaitTransfer
()
==
null
:
this
.
getQuantityWaitTransfer
().
equals
(
other
.
getQuantityWaitTransfer
()))
&&
(
this
.
getQuantityExchange
()
==
null
?
other
.
getQuantityExchange
()
==
null
:
this
.
getQuantityExchange
().
equals
(
other
.
getQuantityExchange
()))
&&
(
this
.
getQuantityExchange
()
==
null
?
other
.
getQuantityExchange
()
==
null
:
this
.
getQuantityExchange
().
equals
(
other
.
getQuantityExchange
()))
&&
(
this
.
getQuantityLoseInbound
()
==
null
?
other
.
getQuantityLoseInbound
()
==
null
:
this
.
getQuantityLoseInbound
().
equals
(
other
.
getQuantityLoseInbound
()))
&&
(
this
.
getQuantityLoseInbound
()
==
null
?
other
.
getQuantityLoseInbound
()
==
null
:
this
.
getQuantityLoseInbound
().
equals
(
other
.
getQuantityLoseInbound
()))
&&
(
this
.
getCreateTime
()
==
null
?
other
.
getCreateTime
()
==
null
:
this
.
getCreateTime
().
equals
(
other
.
getCreateTime
()))
&&
(
this
.
getCreateTime
()
==
null
?
other
.
getCreateTime
()
==
null
:
this
.
getCreateTime
().
equals
(
other
.
getCreateTime
()))
&&
(
this
.
getUpdateTime
()
==
null
?
other
.
getUpdateTime
()
==
null
:
this
.
getUpdateTime
().
equals
(
other
.
getUpdateTime
()))
&&
(
this
.
getUpdateTime
()
==
null
?
other
.
getUpdateTime
()
==
null
:
this
.
getUpdateTime
().
equals
(
other
.
getUpdateTime
()))
&&
(
this
.
getGmtCreate
()
==
null
?
other
.
getGmtCreate
()
==
null
:
this
.
getGmtCreate
().
equals
(
other
.
getGmtCreate
()))
&&
(
this
.
getGmtCreate
()
==
null
?
other
.
getGmtCreate
()
==
null
:
this
.
getGmtCreate
().
equals
(
other
.
getGmtCreate
()))
&&
(
this
.
getGmtModified
()
==
null
?
other
.
getGmtModified
()
==
null
:
this
.
getGmtModified
().
equals
(
other
.
getGmtModified
()))
&&
(
this
.
getGmtModified
()
==
null
?
other
.
getGmtModified
()
==
null
:
this
.
getGmtModified
().
equals
(
other
.
getGmtModified
()))
&&
(
this
.
getQuantityNotInbound
()
==
null
?
other
.
getQuantityNotInbound
()
==
null
:
this
.
getQuantityNotInbound
().
equals
(
other
.
getQuantityNotInbound
()))
&&
(
this
.
getQuantityNotInbound
()
==
null
?
other
.
getQuantityNotInbound
()
==
null
:
this
.
getQuantityNotInbound
().
equals
(
other
.
getQuantityNotInbound
()))
&&
(
this
.
getAlibabaOrderId
()
==
null
?
other
.
getAlibabaOrderId
()
==
null
:
this
.
getAlibabaOrderId
().
equals
(
other
.
getAlibabaOrderId
()))
&&
(
this
.
getAlibabaOrderId
()
==
null
?
other
.
getAlibabaOrderId
()
==
null
:
this
.
getAlibabaOrderId
().
equals
(
other
.
getAlibabaOrderId
()))
&&
(
this
.
getLogisticsOrderId
()
==
null
?
other
.
getLogisticsOrderId
()
==
null
:
this
.
getLogisticsOrderId
().
equals
(
other
.
getLogisticsOrderId
()))
&&
(
this
.
getLogisticsOrderId
()
==
null
?
other
.
getLogisticsOrderId
()
==
null
:
this
.
getLogisticsOrderId
().
equals
(
other
.
getLogisticsOrderId
()))
&&
(
this
.
getLogisticsCompanyName
()
==
null
?
other
.
getLogisticsCompanyName
()
==
null
:
this
.
getLogisticsCompanyName
().
equals
(
other
.
getLogisticsCompanyName
()))
&&
(
this
.
getLogisticsCompanyName
()
==
null
?
other
.
getLogisticsCompanyName
()
==
null
:
this
.
getLogisticsCompanyName
().
equals
(
other
.
getLogisticsCompanyName
()))
&&
(
this
.
getCompanyId
()
==
null
?
other
.
getCompanyId
()
==
null
:
this
.
getCompanyId
().
equals
(
other
.
getCompanyId
()))
&&
(
this
.
getCompanyId
()
==
null
?
other
.
getCompanyId
()
==
null
:
this
.
getCompanyId
().
equals
(
other
.
getCompanyId
()))
&&
(
this
.
getIspush
()
==
null
?
other
.
getIspush
()
==
null
:
this
.
getIspush
().
equals
(
other
.
getIspush
()))
&&
(
this
.
getIspush
()
==
null
?
other
.
getIspush
()
==
null
:
this
.
getIspush
().
equals
(
other
.
getIspush
()))
&&
(
this
.
getIsallot
()
==
null
?
other
.
getIsallot
()
==
null
:
this
.
getIsallot
().
equals
(
other
.
getIsallot
()))
&&
(
this
.
getIsallot
()
==
null
?
other
.
getIsallot
()
==
null
:
this
.
getIsallot
().
equals
(
other
.
getIsallot
()))
&&
(
this
.
getIsaims
()
==
null
?
other
.
getIsaims
()
==
null
:
this
.
getIsaims
().
equals
(
other
.
getIsaims
()))
&&
(
this
.
getIsaims
()
==
null
?
other
.
getIsaims
()
==
null
:
this
.
getIsaims
().
equals
(
other
.
getIsaims
()))
&&
(
this
.
getPayType
()
==
null
?
other
.
getPayType
()
==
null
:
this
.
getPayType
().
equals
(
other
.
getPayType
()))
&&
(
this
.
getPayType
()
==
null
?
other
.
getPayType
()
==
null
:
this
.
getPayType
().
equals
(
other
.
getPayType
()))
&&
(
this
.
getPayStatus
()
==
null
?
other
.
getPayStatus
()
==
null
:
this
.
getPayStatus
().
equals
(
other
.
getPayStatus
()))
&&
(
this
.
getPayStatus
()
==
null
?
other
.
getPayStatus
()
==
null
:
this
.
getPayStatus
().
equals
(
other
.
getPayStatus
()))
&&
(
this
.
getLastSigntime
()
==
null
?
other
.
getLastSigntime
()
==
null
:
this
.
getLastSigntime
().
equals
(
other
.
getLastSigntime
()))
&&
(
this
.
getLastSigntime
()
==
null
?
other
.
getLastSigntime
()
==
null
:
this
.
getLastSigntime
().
equals
(
other
.
getLastSigntime
()))
&&
(
this
.
getArrivalStatus
()
==
null
?
other
.
getArrivalStatus
()
==
null
:
this
.
getArrivalStatus
().
equals
(
other
.
getArrivalStatus
()))
&&
(
this
.
getArrivalStatus
()
==
null
?
other
.
getArrivalStatus
()
==
null
:
this
.
getArrivalStatus
().
equals
(
other
.
getArrivalStatus
()))
&&
(
this
.
getAmountBuy
()
==
null
?
other
.
getAmountBuy
()
==
null
:
this
.
getAmountBuy
().
equals
(
other
.
getAmountBuy
()))
&&
(
this
.
getAmountBuy
()
==
null
?
other
.
getAmountBuy
()
==
null
:
this
.
getAmountBuy
().
equals
(
other
.
getAmountBuy
()))
&&
(
this
.
getAmountPayed
()
==
null
?
other
.
getAmountPayed
()
==
null
:
this
.
getAmountPayed
().
equals
(
other
.
getAmountPayed
()))
&&
(
this
.
getAmountPayed
()
==
null
?
other
.
getAmountPayed
()
==
null
:
this
.
getAmountPayed
().
equals
(
other
.
getAmountPayed
()))
&&
(
this
.
getAmountExpress
()
==
null
?
other
.
getAmountExpress
()
==
null
:
this
.
getAmountExpress
().
equals
(
other
.
getAmountExpress
()))
&&
(
this
.
getAmountExpress
()
==
null
?
other
.
getAmountExpress
()
==
null
:
this
.
getAmountExpress
().
equals
(
other
.
getAmountExpress
()))
&&
(
this
.
getCreateusername
()
==
null
?
other
.
getCreateusername
()
==
null
:
this
.
getCreateusername
().
equals
(
other
.
getCreateusername
()))
&&
(
this
.
getCreateusername
()
==
null
?
other
.
getCreateusername
()
==
null
:
this
.
getCreateusername
().
equals
(
other
.
getCreateusername
()))
&&
(
this
.
getCan7dayRefund
()
==
null
?
other
.
getCan7dayRefund
()
==
null
:
this
.
getCan7dayRefund
().
equals
(
other
.
getCan7dayRefund
()))
&&
(
this
.
getCan7dayRefund
()
==
null
?
other
.
getCan7dayRefund
()
==
null
:
this
.
getCan7dayRefund
().
equals
(
other
.
getCan7dayRefund
()))
&&
(
this
.
getWarehouseCode
()
==
null
?
other
.
getWarehouseCode
()
==
null
:
this
.
getWarehouseCode
().
equals
(
other
.
getWarehouseCode
()))
&&
(
this
.
getWarehouseCode
()
==
null
?
other
.
getWarehouseCode
()
==
null
:
this
.
getWarehouseCode
().
equals
(
other
.
getWarehouseCode
()))
&&
(
this
.
getArrivaldate
()
==
null
?
other
.
getArrivaldate
()
==
null
:
this
.
getArrivaldate
().
equals
(
other
.
getArrivaldate
()));
&&
(
this
.
getArrivaldate
()
==
null
?
other
.
getArrivaldate
()
==
null
:
this
.
getArrivaldate
().
equals
(
other
.
getArrivaldate
()));
}
}
/**
/**
...
@@ -690,4 +639,4 @@ public class DcBasePurchaseDetails {
...
@@ -690,4 +639,4 @@ public class DcBasePurchaseDetails {
result
=
prime
*
result
+
((
getArrivaldate
()
==
null
)
?
0
:
getArrivaldate
().
hashCode
());
result
=
prime
*
result
+
((
getArrivaldate
()
==
null
)
?
0
:
getArrivaldate
().
hashCode
());
return
result
;
return
result
;
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment