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
ab289eaf
Commit
ab289eaf
authored
Dec 12, 2024
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):管道工程装置表代码迁移
parent
5b8ffd69
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
57 deletions
+29
-57
IdxBizJgProjectContraptionController.java
.../biz/controller/IdxBizJgProjectContraptionController.java
+11
-13
IdxBizJgProjectContraptionServiceImpl.java
...z/service/impl/IdxBizJgProjectContraptionServiceImpl.java
+18
-0
IIdxBizJgProjectContraptionService.java
...e/ymt/api/service/IIdxBizJgProjectContraptionService.java
+0
-10
IdxBizJgProjectContraptionServiceImpl.java
...z/service/impl/IdxBizJgProjectContraptionServiceImpl.java
+0
-34
No files found.
amos-boot-system-tzs/amos-boot-module-
ymt/amos-boot-module-ymt-biz/src/main/java/com/yeejoin/amos/boot/module/ymt
/biz/controller/IdxBizJgProjectContraptionController.java
→
amos-boot-system-tzs/amos-boot-module-
jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg
/biz/controller/IdxBizJgProjectContraptionController.java
View file @
ab289eaf
package
com
.
yeejoin
.
amos
.
boot
.
module
.
ymt
.
biz
.
controller
;
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jg
.
biz
.
controller
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.Api
;
import
org.springframework.web.bind.annotation.RestController
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
com.yeejoin.amos.boot.biz.common.controller.BaseController
;
import
java.util.List
;
import
com.yeejoin.amos.boot.module.jg.biz.service.impl.IdxBizJgProjectContraptionServiceImpl
;
import
com.yeejoin.amos.boot.module.ymt.
biz.service.impl.IdxBizJgProjectContraptionServiceImpl
;
import
com.yeejoin.amos.boot.module.ymt.
api.dto.IdxBizJgProjectContraptionDto
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
io.swagger.annotations.Api
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
io.swagger.annotations.ApiOperation
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
javax.servlet.http.HttpServletRequest
;
import
org.springframework.web.bind.annotation.*
;
import
org.springframework.web.bind.annotation.*
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.ymt.api.dto.IdxBizJgProjectContraptionDto
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.foundation.enumeration.UserType
;
import
org.typroject.tyboot.core.restful.doc.TycloudOperation
;
import
org.typroject.tyboot.core.restful.utils.ResponseHelper
;
import
org.typroject.tyboot.core.restful.utils.ResponseModel
;
import
javax.servlet.http.HttpServletRequest
;
import
java.util.List
;
/**
/**
* 管道工程装置表
* 管道工程装置表
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/IdxBizJgProjectContraptionServiceImpl.java
View file @
ab289eaf
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jg
.
biz
.
service
.
impl
;
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jg
.
biz
.
service
.
impl
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
com.yeejoin.amos.boot.module.jg.biz.service.IIdxBizJgProjectContraptionService
;
import
com.yeejoin.amos.boot.module.jg.biz.service.IIdxBizJgProjectContraptionService
;
import
com.yeejoin.amos.boot.module.ymt.api.dto.IdxBizJgProjectContraptionDto
;
import
com.yeejoin.amos.boot.module.ymt.api.dto.IdxBizJgProjectContraptionDto
;
import
com.yeejoin.amos.boot.module.ymt.api.entity.IdxBizJgProjectContraption
;
import
com.yeejoin.amos.boot.module.ymt.api.entity.IdxBizJgProjectContraption
;
...
@@ -7,6 +8,8 @@ import com.yeejoin.amos.boot.module.ymt.api.mapper.IdxBizJgProjectContraptionMap
...
@@ -7,6 +8,8 @@ import com.yeejoin.amos.boot.module.ymt.api.mapper.IdxBizJgProjectContraptionMap
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
;
import
java.util.List
;
/**
/**
* 管道工程装置表服务实现类
* 管道工程装置表服务实现类
*
*
...
@@ -19,4 +22,18 @@ public class IdxBizJgProjectContraptionServiceImpl extends BaseService<IdxBizJgP
...
@@ -19,4 +22,18 @@ public class IdxBizJgProjectContraptionServiceImpl extends BaseService<IdxBizJgP
public
boolean
saveOrUpdateData
(
IdxBizJgProjectContraption
projectContraption
)
{
public
boolean
saveOrUpdateData
(
IdxBizJgProjectContraption
projectContraption
)
{
return
this
.
saveOrUpdate
(
projectContraption
);
return
this
.
saveOrUpdate
(
projectContraption
);
}
}
/**
* 分页查询
*/
public
Page
<
IdxBizJgProjectContraptionDto
>
queryForIdxBizJgProjectContraptionPage
(
Page
<
IdxBizJgProjectContraptionDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizJgProjectContraptionDto
>
queryForIdxBizJgProjectContraptionList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
}
\ No newline at end of file
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/service/IIdxBizJgProjectContraptionService.java
deleted
100644 → 0
View file @
5b8ffd69
package
com
.
yeejoin
.
amos
.
boot
.
module
.
ymt
.
api
.
service
;
/**
* 管道工程装置表接口类
*
* @author system_generator
* @date 2024-12-11
*/
public
interface
IIdxBizJgProjectContraptionService
{
}
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-biz/src/main/java/com/yeejoin/amos/boot/module/ymt/biz/service/impl/IdxBizJgProjectContraptionServiceImpl.java
deleted
100644 → 0
View file @
5b8ffd69
package
com
.
yeejoin
.
amos
.
boot
.
module
.
ymt
.
biz
.
service
.
impl
;
import
com.yeejoin.amos.boot.module.ymt.api.entity.IdxBizJgProjectContraption
;
import
com.yeejoin.amos.boot.module.ymt.api.mapper.IdxBizJgProjectContraptionMapper
;
import
com.yeejoin.amos.boot.module.ymt.api.service.IIdxBizJgProjectContraptionService
;
import
com.yeejoin.amos.boot.module.ymt.api.dto.IdxBizJgProjectContraptionDto
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
org.springframework.stereotype.Service
;
import
com.baomidou.mybatisplus.extension.plugins.pagination.Page
;
import
java.util.List
;
/**
* 管道工程装置表服务实现类
*
* @author system_generator
* @date 2024-12-11
*/
@Service
public
class
IdxBizJgProjectContraptionServiceImpl
extends
BaseService
<
IdxBizJgProjectContraptionDto
,
IdxBizJgProjectContraption
,
IdxBizJgProjectContraptionMapper
>
implements
IIdxBizJgProjectContraptionService
{
/**
* 分页查询
*/
public
Page
<
IdxBizJgProjectContraptionDto
>
queryForIdxBizJgProjectContraptionPage
(
Page
<
IdxBizJgProjectContraptionDto
>
page
)
{
return
this
.
queryForPage
(
page
,
null
,
false
);
}
/**
* 列表查询 示例
*/
public
List
<
IdxBizJgProjectContraptionDto
>
queryForIdxBizJgProjectContraptionList
()
{
return
this
.
queryForList
(
""
,
false
);
}
}
\ No newline at end of file
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