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
e3fd767e
Commit
e3fd767e
authored
Jul 23, 2024
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试专家行为申报-导出时的申报状态 字典 和 界面新增,展示使用的字典不一致问题修复。
parent
2a26eab8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
FProBehInfor.java
.../src/main/java/com/zehong/system/domain/FProBehInfor.java
+2
-2
No files found.
zh-baseversion-system/src/main/java/com/zehong/system/domain/FProBehInfor.java
View file @
e3fd767e
...
...
@@ -48,8 +48,8 @@ public class FProBehInfor extends BaseEntity
@Excel
(
name
=
"最后修改时间"
)
private
String
fUpdateTime
;
/** 申报状态:1 已
上报,2 未上报,3 已通过,4未通过
*/
@Excel
(
name
=
"申报状态"
,
dictType
=
"t_rep_status"
)
/** 申报状态:1 已
申报,2 未申报,
*/
@Excel
(
name
=
"申报状态"
,
dictType
=
"t_
expert_
rep_status"
)
private
Long
fRepStatus
;
/** 申报时间 */
...
...
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