Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-api-boot-master
Commits
f1907a45
Commit
f1907a45
authored
Sep 04, 2024
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单收发货人跟进客服查询返回
parent
23a4f64b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
79 additions
and
6 deletions
+79
-6
OrderBackPageVO.java
.../iocoder/yudao/module/order/vo/order/OrderBackPageVO.java
+15
-6
OrderMapper.xml
...rder-core/src/main/resources/mapper/order/OrderMapper.xml
+64
-0
No files found.
yudao-module-order/yudao-module-order-core/src/main/java/cn/iocoder/yudao/module/order/vo/order/OrderBackPageVO.java
View file @
f1907a45
...
...
@@ -185,12 +185,16 @@ public class OrderBackPageVO {
@ExcelProperty
(
"收货人客户id"
)
@ApiModelProperty
(
value
=
"收货人客户id"
)
private
Stri
ng
consigneeCustomerId
;
private
Lo
ng
consigneeCustomerId
;
@ExcelProperty
(
"收货人客户编号"
)
@ApiModelProperty
(
value
=
"收货人客户编号"
)
private
String
consigneeCustomerNumber
;
@ExcelProperty
(
"收货人跟进客服"
)
@ApiModelProperty
(
value
=
"收货人跟进客服"
)
private
String
consigneeFollowCustomerService
;
@ExcelProperty
(
"收货人姓名"
)
@ApiModelProperty
(
value
=
"收货人姓名"
)
private
String
consigneeName
;
...
...
@@ -206,18 +210,23 @@ public class OrderBackPageVO {
@ApiModelProperty
(
value
=
"收货人手机国家区号"
)
private
String
consigneeCountryCode
;
@ExcelProperty
(
"发货人姓名"
)
@ApiModelProperty
(
value
=
"发货人姓名"
)
private
String
consignorName
;
@ExcelProperty
(
"发货人客户id"
)
@ApiModelProperty
(
value
=
"发货人客户id"
)
private
Stri
ng
consignorCustomerId
;
private
Lo
ng
consignorCustomerId
;
@ExcelProperty
(
"发货人客户编号"
)
@ApiModelProperty
(
value
=
"发货人客户编号"
)
private
String
consignorCustomerNumber
;
@ExcelProperty
(
"发货人跟进客服"
)
@ApiModelProperty
(
value
=
"发货人跟进客服"
)
private
String
consignorFollowCustomerService
;
@ExcelProperty
(
"发货人姓名"
)
@ApiModelProperty
(
value
=
"发货人姓名"
)
private
String
consignorName
;
@ExcelProperty
(
"发货人姓名(英文)"
)
@ApiModelProperty
(
value
=
"发货人姓名(英文)"
)
private
String
consignorNameEn
;
...
...
yudao-module-order/yudao-module-order-core/src/main/resources/mapper/order/OrderMapper.xml
View file @
f1907a45
This diff is collapsed.
Click to expand it.
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