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
c75e166f
Commit
c75e166f
authored
Jul 23, 2024
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4 测试专家申报-导出时的申报状态 字典 和 界面新增,展示使用的字典不一致问题修复。
parent
e3fd767e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TProAppInfor.java
.../src/main/java/com/zehong/system/domain/TProAppInfor.java
+2
-2
No files found.
zh-baseversion-system/src/main/java/com/zehong/system/domain/TProAppInfor.java
View file @
c75e166f
...
...
@@ -167,8 +167,8 @@ public class TProAppInfor extends BaseEntity
@Excel
(
name
=
"是否有效"
,
dictType
=
"t_valid_type"
)
private
Long
fValidType
;
/** 申报状态: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