Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
f82e79f1
Commit
f82e79f1
authored
Jan 22, 2025
by
王祖波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加收货人区号
parent
a733488c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
OrderDetailVO.java
...ava/com/gic/haoban/manage/web/vo/order/OrderDetailVO.java
+13
-0
OrderExchangeDetailVO.java
...ban/manage/web/vo/order/refund/OrderExchangeDetailVO.java
+13
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/order/OrderDetailVO.java
View file @
f82e79f1
...
@@ -102,6 +102,11 @@ public class OrderDetailVO implements Serializable {
...
@@ -102,6 +102,11 @@ public class OrderDetailVO implements Serializable {
private
String
buyerPhone
;
private
String
buyerPhone
;
/**
/**
* 收货人区号
*/
private
String
buyerNationcode
;
/**
* 自提门店ID
* 自提门店ID
*/
*/
private
String
pickUpStoreId
;
private
String
pickUpStoreId
;
...
@@ -270,6 +275,14 @@ public class OrderDetailVO implements Serializable {
...
@@ -270,6 +275,14 @@ public class OrderDetailVO implements Serializable {
this
.
buyerPhone
=
buyerPhone
;
this
.
buyerPhone
=
buyerPhone
;
}
}
public
String
getBuyerNationcode
()
{
return
buyerNationcode
;
}
public
void
setBuyerNationcode
(
String
buyerNationcode
)
{
this
.
buyerNationcode
=
buyerNationcode
;
}
public
void
setPickUpStoreId
(
String
pickUpStoreId
)
{
public
void
setPickUpStoreId
(
String
pickUpStoreId
)
{
this
.
pickUpStoreId
=
pickUpStoreId
;
this
.
pickUpStoreId
=
pickUpStoreId
;
}
}
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/order/refund/OrderExchangeDetailVO.java
View file @
f82e79f1
...
@@ -112,6 +112,11 @@ public class OrderExchangeDetailVO implements Serializable {
...
@@ -112,6 +112,11 @@ public class OrderExchangeDetailVO implements Serializable {
private
String
buyerPhone
;
private
String
buyerPhone
;
/**
/**
* 收货人区号
*/
private
String
buyerNationcode
;
/**
* 买家物流号(退货物流)
* 买家物流号(退货物流)
*/
*/
private
String
buyerLogisticsCode
;
private
String
buyerLogisticsCode
;
...
@@ -787,6 +792,14 @@ public class OrderExchangeDetailVO implements Serializable {
...
@@ -787,6 +792,14 @@ public class OrderExchangeDetailVO implements Serializable {
this
.
buyerPhone
=
buyerPhone
;
this
.
buyerPhone
=
buyerPhone
;
}
}
public
String
getBuyerNationcode
()
{
return
buyerNationcode
;
}
public
void
setBuyerNationcode
(
String
buyerNationcode
)
{
this
.
buyerNationcode
=
buyerNationcode
;
}
public
void
setBuyerLogisticsCode
(
String
buyerLogisticsCode
)
{
public
void
setBuyerLogisticsCode
(
String
buyerLogisticsCode
)
{
this
.
buyerLogisticsCode
=
buyerLogisticsCode
;
this
.
buyerLogisticsCode
=
buyerLogisticsCode
;
}
}
...
...
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