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
tao.mo
2024-10-29 18:56:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
44c74e31f6bfd7b8437f48517ca16ee36738fe8b
44c74e31
1 parent
27a75ab1
项目基础架构构建
mt 2024年10月29日18:56:20
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletions
server/common-dao/src/main/java/com/fedex/connect/common/dao/bi/package-info.java
server/common-dao/src/main/java/com/fedex/connect/common/mapper/bi/package-info.java
server/common-dao/src/main/java/com/fedex/connect/common/model/bi/package-info.java
server/common-dao/src/main/resources/generatorConfig.xml
server/common-dao/src/main/java/com/fedex/connect/common/dao/bi/package-info.java
0 → 100644
View file @
44c74e3
package
com
.
fedex
.
connect
.
common
.
dao
.
bi
;
\ No newline at end of file
server/common-dao/src/main/java/com/fedex/connect/common/mapper/bi/package-info.java
0 → 100644
View file @
44c74e3
package
com
.
fedex
.
connect
.
common
.
mapper
.
bi
;
\ No newline at end of file
server/common-dao/src/main/java/com/fedex/connect/common/model/bi/package-info.java
0 → 100644
View file @
44c74e3
package
com
.
fedex
.
connect
.
common
.
model
.
bi
;
\ No newline at end of file
server/common-dao/src/main/resources/generatorConfig.xml
View file @
44c74e3
...
...
@@ -35,7 +35,7 @@
<!-- 实体类的包名和存放路径 -->
<!--
b
ase
: 基础 系统基础表,例如字典表
b
i
: 基础 系统基础表,例如字典表
biz: 业务 业务相关的表,例如运单表
sys:系统 系统相关表,例如kafka表
log: 日志 日志记录表,例如邮件发送日志表
...
...
Please
register
or
login
to post a comment