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
cdcd04f6
Commit
cdcd04f6
authored
Feb 24, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.管道新页面增加工程装置信息字段
parent
4b9d287a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
0 deletions
+35
-0
JgChangeRegistrationReformDto.java
...boot/module/jg/api/dto/JgChangeRegistrationReformDto.java
+10
-0
JgReformNoticeDto.java
...eejoin/amos/boot/module/jg/api/dto/JgReformNoticeDto.java
+5
-0
JgChangeRegistrationReform.java
...boot/module/jg/api/entity/JgChangeRegistrationReform.java
+14
-0
JgReformNotice.java
...eejoin/amos/boot/module/jg/api/entity/JgReformNotice.java
+6
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/dto/JgChangeRegistrationReformDto.java
View file @
cdcd04f6
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jg
.
api
.
dto
;
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jg
.
api
.
dto
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.fasterxml.jackson.databind.annotation.JsonSerialize
;
import
com.fasterxml.jackson.databind.annotation.JsonSerialize
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
...
@@ -167,4 +168,13 @@ public class JgChangeRegistrationReformDto extends BaseDto {
...
@@ -167,4 +168,13 @@ public class JgChangeRegistrationReformDto extends BaseDto {
@ApiModelProperty
(
value
=
"作废人员id"
)
@ApiModelProperty
(
value
=
"作废人员id"
)
private
String
cancelUserId
;
private
String
cancelUserId
;
@ApiModelProperty
(
value
=
"工程装置id"
)
private
String
projectContraptionId
;
@TableField
(
"project_contraption"
)
@ApiModelProperty
(
value
=
"工程装置名称"
)
private
String
projectContraption
;
}
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/dto/JgReformNoticeDto.java
View file @
cdcd04f6
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jg
.
api
.
dto
;
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jg
.
api
.
dto
;
import
com.alibaba.fastjson.JSONObject
;
import
com.alibaba.fastjson.JSONObject
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
com.fasterxml.jackson.databind.annotation.JsonSerialize
;
import
com.fasterxml.jackson.databind.annotation.JsonSerialize
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
...
@@ -171,6 +172,10 @@ public class JgReformNoticeDto extends BaseDto {
...
@@ -171,6 +172,10 @@ public class JgReformNoticeDto extends BaseDto {
@ApiModelProperty
(
value
=
"工程装置名称"
)
@ApiModelProperty
(
value
=
"工程装置名称"
)
private
String
projectContraption
;
private
String
projectContraption
;
@ApiModelProperty
(
value
=
"工程装置id"
)
private
String
projectContraptionId
;
/* ---------------- -------------- */
/* ---------------- -------------- */
@ApiModelProperty
(
value
=
"告知设备列表"
)
@ApiModelProperty
(
value
=
"告知设备列表"
)
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/JgChangeRegistrationReform.java
View file @
cdcd04f6
...
@@ -286,4 +286,18 @@ public class JgChangeRegistrationReform extends BaseEntity {
...
@@ -286,4 +286,18 @@ public class JgChangeRegistrationReform extends BaseEntity {
*/
*/
@TableField
(
"cancel_user_name"
)
@TableField
(
"cancel_user_name"
)
private
String
cancelUserName
;
private
String
cancelUserName
;
/**
* 工程装置id
*/
@TableField
(
"project_contraption_id"
)
private
String
projectContraptionId
;
/**
* 工程装置名称
*/
@TableField
(
"project_contraption"
)
private
String
projectContraption
;
}
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/JgReformNotice.java
View file @
cdcd04f6
...
@@ -184,6 +184,12 @@ public class JgReformNotice extends BaseEntity {
...
@@ -184,6 +184,12 @@ public class JgReformNotice extends BaseEntity {
private
String
projectContraption
;
private
String
projectContraption
;
/**
/**
* 工程装置id
*/
@TableField
(
"project_contraption_id"
)
private
String
projectContraptionId
;
/**
* 施工负责人手机
* 施工负责人手机
*/
*/
@TableField
(
"construction_manager_phone"
)
@TableField
(
"construction_manager_phone"
)
...
...
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