Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Z
zlmy-cloud
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
zlmy
zlmy-cloud
Commits
114c998f
Commit
114c998f
authored
Apr 16, 2025
by
鲁鸿波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
危险作业管理-作业计划管理模-监督检查,检查人名称开发
parent
d4768959
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
THazardWorkPlanCheck.java
...stor/module/hazard/model/domain/THazardWorkPlanCheck.java
+7
-0
THazardWorkPlanCheck.xml
...src/main/resources/mapper/hazard/THazardWorkPlanCheck.xml
+1
-0
No files found.
zlmy-modules/zlmy-boot/src/main/java/com/testor/module/hazard/model/domain/THazardWorkPlanCheck.java
View file @
114c998f
...
@@ -125,6 +125,13 @@ public class THazardWorkPlanCheck extends SuperModel
...
@@ -125,6 +125,13 @@ public class THazardWorkPlanCheck extends SuperModel
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
private
Date
checkSignatureTime
;
private
Date
checkSignatureTime
;
/**
* 签字人姓名
*/
@ApiModelProperty
(
value
=
"签字人姓名"
)
@TableField
(
"check_name"
)
private
String
checkName
;
/**
/**
* 作业编号
* 作业编号
*/
*/
...
...
zlmy-modules/zlmy-boot/src/main/resources/mapper/hazard/THazardWorkPlanCheck.xml
View file @
114c998f
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
<id
column=
"workLevel"
property=
"workLevel"
/>
<id
column=
"workLevel"
property=
"workLevel"
/>
<id
column=
"stakeholderWork"
property=
"stakeholderWork"
/>
<id
column=
"stakeholderWork"
property=
"stakeholderWork"
/>
<id
column=
"check_signature_time"
property=
"checkSignatureTime"
/>
<id
column=
"check_signature_time"
property=
"checkSignatureTime"
/>
<id
column=
"check_name"
property=
"checkName"
/>
</resultMap>
</resultMap>
<select
id=
"selectTHazardWorkPlanCheckList"
resultMap=
"BaseResultMap"
>
<select
id=
"selectTHazardWorkPlanCheckList"
resultMap=
"BaseResultMap"
>
...
...
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