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-01 10:45:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ad8df0e9f5fbd8be7dcc0c0cd063c750df7769b
1ad8df0e
1 parent
a4de3ac5
customer|目录调整
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
server/biz-customer/src/main/java/com/fedex/connect/customer/repository/base/BaseDao.java
server/biz-customer/src/main/java/com/fedex/connect/customer/repository/mapper/ConsignmentExtMapper.java → server/biz-customer/src/main/java/com/fedex/connect/customer/repository/dao/ConsignmentExtMapper.java
server/biz-customer/src/main/java/com/fedex/connect/customer/repository/dao/ConsignmentExtMapper.xml → server/biz-customer/src/main/java/com/fedex/connect/customer/repository/mapper/ConsignmentExtMapper.xml
server/biz-customer/src/main/java/com/fedex/connect/customer/repository/base/BaseDao.java
View file @
1ad8df0
package
com
.
fedex
.
connect
.
customer
.
repository
.
base
;
import
com.fedex.connect.customer.repository.
mapper
.ConsignmentExtMapper
;
import
com.fedex.connect.customer.repository.
dao
.ConsignmentExtMapper
;
import
org.springframework.beans.factory.annotation.Autowired
;
public
class
BaseDao
{
...
...
server/biz-customer/src/main/java/com/fedex/connect/customer/repository/
mapper
/ConsignmentExtMapper.java
→
server/biz-customer/src/main/java/com/fedex/connect/customer/repository/
dao
/ConsignmentExtMapper.java
View file @
1ad8df0
package
com
.
fedex
.
connect
.
customer
.
repository
.
mapper
;
package
com
.
fedex
.
connect
.
customer
.
repository
.
dao
;
import
com.fedex.connect.common.model.biz.Consignment
;
import
com.fedex.connect.customer.data.query.ConsignmentQuery
;
...
...
server/biz-customer/src/main/java/com/fedex/connect/customer/repository/
dao
/ConsignmentExtMapper.xml
→
server/biz-customer/src/main/java/com/fedex/connect/customer/repository/
mapper
/ConsignmentExtMapper.xml
View file @
1ad8df0
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"com.fedex.connect.customer.repository.
mapper
.ConsignmentExtMapper"
>
<mapper
namespace=
"com.fedex.connect.customer.repository.
dao
.ConsignmentExtMapper"
>
<resultMap
id=
"BaseResultMap"
type=
"com.fedex.connect.common.model.biz.Consignment"
>
<id
column=
"ID"
jdbcType=
"NUMERIC"
property=
"id"
/>
<result
column=
"CONSIGNMENT_CODE"
jdbcType=
"VARCHAR"
property=
"consignmentCode"
/>
...
...
Please
register
or
login
to post a comment