Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-Connect-Pre-Clearance
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zelong.shao
2024-11-21 18:06:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2f41b30842d8bc24d979ff7bc1251f7bf686c9be
2f41b308
1 parent
8427fbaa
customer|查询结果添加id
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
server/biz-customer/src/main/java/com/fedex/connect/customer/data/dto/FindConsignmentsDto.java
server/biz-customer/src/main/java/com/fedex/connect/customer/repository/mapper/ConsignmentExtMapper.xml
server/biz-customer/src/main/java/com/fedex/connect/customer/data/dto/FindConsignmentsDto.java
View file @
2f41b30
...
...
@@ -5,6 +5,8 @@ import lombok.Data;
import
java.util.Date
;
@Data
public
class
FindConsignmentsDto
{
private
Long
id
;
private
String
consignmentCode
;
private
String
recipientContactName
;
...
...
server/biz-customer/src/main/java/com/fedex/connect/customer/repository/mapper/ConsignmentExtMapper.xml
View file @
2f41b30
...
...
@@ -15,6 +15,7 @@
</sql>
<sql
id=
"findConsignments_Column"
>
c.ID,
c.CONSIGNMENT_CODE,
c.RECIPIENT_CONTACT_NAME,
c.RECIPIENT_COMPANY,
...
...
Please
register
or
login
to post a comment