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
fc70a180
Commit
fc70a180
authored
Jun 23, 2021
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
c5703bcd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
AlertFormServiceImpl.java
...oot/module/jcs/biz/service/impl/AlertFormServiceImpl.java
+3
-1
AlertFormTypeServiceImpl.java
...module/jcs/biz/service/impl/AlertFormTypeServiceImpl.java
+3
-1
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-jcs-biz/src/main/java/com/yeejoin/amos/boot/module/jcs/biz/service/impl/AlertFormServiceImpl.java
View file @
fc70a180
...
@@ -3,6 +3,8 @@ package com.yeejoin.amos.boot.module.jcs.biz.service.impl;
...
@@ -3,6 +3,8 @@ package com.yeejoin.amos.boot.module.jcs.biz.service.impl;
import
com.yeejoin.amos.boot.module.jcs.api.dto.AlertFromDto
;
import
com.yeejoin.amos.boot.module.jcs.api.dto.AlertFromDto
;
import
com.yeejoin.amos.boot.module.jcs.api.entity.AlertForm
;
import
com.yeejoin.amos.boot.module.jcs.api.entity.AlertForm
;
import
com.yeejoin.amos.boot.module.jcs.api.mapper.AlertFormMapper
;
import
com.yeejoin.amos.boot.module.jcs.api.mapper.AlertFormMapper
;
import
com.yeejoin.amos.boot.module.jcs.api.service.IAlertFormService
;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
...
@@ -13,6 +15,6 @@ import org.typroject.tyboot.core.rdbms.service.BaseService;
...
@@ -13,6 +15,6 @@ import org.typroject.tyboot.core.rdbms.service.BaseService;
* @date 2021-06-17
* @date 2021-06-17
*/
*/
@Service
@Service
public
class
AlertFormServiceImpl
extends
BaseService
<
AlertFromDto
,
AlertForm
,
AlertFormMapper
>
{
public
class
AlertFormServiceImpl
extends
BaseService
<
AlertFromDto
,
AlertForm
,
AlertFormMapper
>
implements
IAlertFormService
{
}
}
amos-boot-module/amos-boot-module-biz/amos-boot-module-jcs-biz/src/main/java/com/yeejoin/amos/boot/module/jcs/biz/service/impl/AlertFormTypeServiceImpl.java
View file @
fc70a180
...
@@ -3,6 +3,8 @@ package com.yeejoin.amos.boot.module.jcs.biz.service.impl;
...
@@ -3,6 +3,8 @@ package com.yeejoin.amos.boot.module.jcs.biz.service.impl;
import
com.yeejoin.amos.boot.module.jcs.api.dto.AlertFromTypeDto
;
import
com.yeejoin.amos.boot.module.jcs.api.dto.AlertFromTypeDto
;
import
com.yeejoin.amos.boot.module.jcs.api.entity.AlertFormType
;
import
com.yeejoin.amos.boot.module.jcs.api.entity.AlertFormType
;
import
com.yeejoin.amos.boot.module.jcs.api.mapper.AlertFormTypeMapper
;
import
com.yeejoin.amos.boot.module.jcs.api.mapper.AlertFormTypeMapper
;
import
com.yeejoin.amos.boot.module.jcs.api.service.IAlertFormTypeService
;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
...
@@ -13,6 +15,6 @@ import org.typroject.tyboot.core.rdbms.service.BaseService;
...
@@ -13,6 +15,6 @@ import org.typroject.tyboot.core.rdbms.service.BaseService;
* @date 2021-06-17
* @date 2021-06-17
*/
*/
@Service
@Service
public
class
AlertFormTypeServiceImpl
extends
BaseService
<
AlertFromTypeDto
,
AlertFormType
,
AlertFormTypeMapper
>
{
public
class
AlertFormTypeServiceImpl
extends
BaseService
<
AlertFromTypeDto
,
AlertFormType
,
AlertFormTypeMapper
>
implements
IAlertFormTypeService
{
}
}
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