Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
项目统一框架
amos-boot-biz
Commits
e5c8ad6b
Commit
e5c8ad6b
authored
Nov 13, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无用类
parent
72ec931a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
36 deletions
+0
-36
IAllGenerateService.java
...mos/boot/module/hygf/api/service/IAllGenerateService.java
+0
-9
AllGenerateMapper.java
...oot/module/hygf/api/tdenginemapper/AllGenerateMapper.java
+0
-7
AllGenerateServiceImpl.java
.../module/hygf/biz/service/impl/AllGenerateServiceImpl.java
+0
-20
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/service/IAllGenerateService.java
deleted
100644 → 0
View file @
72ec931a
package
com
.
yeejoin
.
amos
.
boot
.
module
.
hygf
.
api
.
service
;
/**
* @description:
* @author: tw
* @createDate: 2023/11/8
*/
public
interface
IAllGenerateService
{
}
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/tdenginemapper/AllGenerateMapper.java
deleted
100644 → 0
View file @
72ec931a
package
com
.
yeejoin
.
amos
.
boot
.
module
.
hygf
.
api
.
tdenginemapper
;
import
com.baomidou.mybatisplus.core.mapper.BaseMapper
;
import
com.yeejoin.amos.boot.module.hygf.api.entity.AllGenerate
;
public
interface
AllGenerateMapper
extends
BaseMapper
<
AllGenerate
>
{
}
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/AllGenerateServiceImpl.java
deleted
100644 → 0
View file @
72ec931a
package
com
.
yeejoin
.
amos
.
boot
.
module
.
hygf
.
biz
.
service
.
impl
;
import
com.yeejoin.amos.boot.module.hygf.api.dto.AllGenerateDto
;
import
com.yeejoin.amos.boot.module.hygf.api.entity.AllGenerate
;
import
com.yeejoin.amos.boot.module.hygf.api.service.IAllGenerateService
;
import
com.yeejoin.amos.boot.module.hygf.api.tdenginemapper.AllGenerateMapper
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
/**
* @description:
* @author: tw
* @createDate: 2023/11/8
*/
@Service
public
class
AllGenerateServiceImpl
extends
BaseService
<
AllGenerateDto
,
AllGenerate
,
AllGenerateMapper
>
implements
IAllGenerateService
{
}
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