Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-health-science
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
徐俊
yn-health-science
Commits
cf27ed15
Commit
cf27ed15
authored
Dec 13, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
4974be80
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
ComProjectAssign.java
...ain/java/com/yiboshi/science/entity/ComProjectAssign.java
+3
-1
ComProjectAssignDTO.java
...va/com/yiboshi/science/param/dto/ComProjectAssignDTO.java
+3
-0
ComProjectAssignQueryVO.java
.../yiboshi/science/param/query/ComProjectAssignQueryVO.java
+3
-0
No files found.
science-admin/src/main/java/com/yiboshi/science/entity/ComProjectAssign.java
View file @
cf27ed15
...
...
@@ -72,5 +72,7 @@ public class ComProjectAssign extends BaseEntity {
/** 是否支持立项(0 不支持 1 支持) */
@ApiModelProperty
(
value
=
"审核状态(0 不支持 1 支持)"
,
position
=
11
)
private
Integer
supportState
;
/** 评审类别(A通过(80分及以上)、B返回修改(60分及以上)、C不通过(60分以下)) */
@ApiModelProperty
(
value
=
"评审类别"
,
position
=
11
)
private
Integer
evaluationType
;
}
science-admin/src/main/java/com/yiboshi/science/param/dto/ComProjectAssignDTO.java
View file @
cf27ed15
...
...
@@ -75,6 +75,9 @@ public class ComProjectAssignDTO extends BaseDTO {
/** 是否支持立项(0 不支持 1 支持) */
@ApiModelProperty
(
value
=
"审核状态(0 不支持 1 支持)"
,
position
=
11
)
private
Integer
supportState
;
/** 评审类别(A通过(80分及以上)、B返回修改(60分及以上)、C不通过(60分以下)) */
@ApiModelProperty
(
value
=
"评审类别"
,
position
=
11
)
private
Integer
evaluationType
;
/** 项目总经费(万元) */
@ApiModelProperty
(
value
=
"项目总经费(万元)"
,
position
=
39
)
...
...
science-admin/src/main/java/com/yiboshi/science/param/query/ComProjectAssignQueryVO.java
View file @
cf27ed15
...
...
@@ -76,6 +76,9 @@ public class ComProjectAssignQueryVO extends PaginationVO {
/** 是否支持立项(0 不支持 1 支持) */
@ApiModelProperty
(
value
=
"审核状态(0 不支持 1 支持)"
,
position
=
11
)
private
Integer
supportState
;
/** 评审类别(A通过(80分及以上)、B返回修改(60分及以上)、C不通过(60分以下)) */
@ApiModelProperty
(
value
=
"评审类别"
,
position
=
11
)
private
Integer
evaluationType
;
/** 证件号 */
@ExcelProperty
(
"证件号"
)
...
...
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