Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
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
王浩
zh-baseversion-project
Commits
7800ac43
Commit
7800ac43
authored
Jul 23, 2024
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 测试-抽查隐患-修改时隐患分类分级编码 回显bug修复。
parent
a7ddacbe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
TInsSpotHazardRef.java
...main/java/com/zehong/system/domain/TInsSpotHazardRef.java
+3
-3
No files found.
zh-baseversion-system/src/main/java/com/zehong/system/domain/TInsSpotHazardRef.java
View file @
7800ac43
...
...
@@ -76,7 +76,7 @@ public class TInsSpotHazardRef extends BaseEntity
private
String
fCheckTime
;
/** 隐患分类分级编码 */
private
Stri
ng
fHazardTypeLevelId
;
private
Lo
ng
fHazardTypeLevelId
;
@Excel
(
name
=
"隐患分类分级标准"
)
private
String
levelName
;
...
...
@@ -218,12 +218,12 @@ public class TInsSpotHazardRef extends BaseEntity
{
return
fCheckTime
;
}
public
void
setfHazardTypeLevelId
(
String
fHazardTypeLevelId
)
public
void
setfHazardTypeLevelId
(
Long
fHazardTypeLevelId
)
{
this
.
fHazardTypeLevelId
=
fHazardTypeLevelId
;
}
public
String
getfHazardTypeLevelId
()
public
Long
getfHazardTypeLevelId
()
{
return
fHazardTypeLevelId
;
}
...
...
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