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
49c38bbb
Commit
49c38bbb
authored
Dec 10, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
a3f056d1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
ComProject.java
.../src/main/java/com/yiboshi/science/entity/ComProject.java
+3
-0
ComProjectDTO.java
...ain/java/com/yiboshi/science/param/dto/ComProjectDTO.java
+3
-0
ComProjectQueryVO.java
...va/com/yiboshi/science/param/query/ComProjectQueryVO.java
+3
-0
No files found.
science-admin/src/main/java/com/yiboshi/science/entity/ComProject.java
View file @
49c38bbb
...
@@ -55,6 +55,9 @@ public class ComProject extends BaseEntity {
...
@@ -55,6 +55,9 @@ public class ComProject extends BaseEntity {
/** 申报批次 */
/** 申报批次 */
@ApiModelProperty
(
value
=
"申报批次"
,
position
=
7
)
@ApiModelProperty
(
value
=
"申报批次"
,
position
=
7
)
private
Integer
batch
;
private
Integer
batch
;
/** 主管处室 */
@ApiModelProperty
(
value
=
"主管处室"
,
position
=
1
)
private
String
managerDept
;
/** 项目状态 -10 起草,10 待提交, 20 已提交至依托单位,25 依托单位审核通过,请打印申请书,30 返回修改,40 未批准立项,50 批准立项 */
/** 项目状态 -10 起草,10 待提交, 20 已提交至依托单位,25 依托单位审核通过,请打印申请书,30 返回修改,40 未批准立项,50 批准立项 */
@ApiModelProperty
(
value
=
"项目状态 -10 起草,10 待提交, 20 已提交至依托单位,25 依托单位审核通过,请打印申请书,30 返回修改,40 未批准立项,50 批准立项"
,
position
=
7
)
@ApiModelProperty
(
value
=
"项目状态 -10 起草,10 待提交, 20 已提交至依托单位,25 依托单位审核通过,请打印申请书,30 返回修改,40 未批准立项,50 批准立项"
,
position
=
7
)
private
Integer
projState
;
private
Integer
projState
;
...
...
science-admin/src/main/java/com/yiboshi/science/param/dto/ComProjectDTO.java
View file @
49c38bbb
...
@@ -56,6 +56,9 @@ public class ComProjectDTO extends BaseDTO {
...
@@ -56,6 +56,9 @@ public class ComProjectDTO extends BaseDTO {
/** 申报批次 */
/** 申报批次 */
@ApiModelProperty
(
value
=
"申报批次"
,
position
=
7
)
@ApiModelProperty
(
value
=
"申报批次"
,
position
=
7
)
private
Integer
batch
;
private
Integer
batch
;
/** 主管处室 */
@ApiModelProperty
(
value
=
"主管处室"
,
position
=
1
)
private
String
managerDept
;
/** 项目状态 -10 起草,10 待提交, 20 已提交至依托单位,25 依托单位审核通过,请打印申请书,30 返回修改,40 未批准立项,50 批准立项 */
/** 项目状态 -10 起草,10 待提交, 20 已提交至依托单位,25 依托单位审核通过,请打印申请书,30 返回修改,40 未批准立项,50 批准立项 */
@ApiModelProperty
(
value
=
"项目状态 -10 起草,10 待提交, 20 已提交至依托单位,25 依托单位审核通过,请打印申请书,30 返回修改,40 未批准立项,50 批准立项"
,
position
=
7
)
@ApiModelProperty
(
value
=
"项目状态 -10 起草,10 待提交, 20 已提交至依托单位,25 依托单位审核通过,请打印申请书,30 返回修改,40 未批准立项,50 批准立项"
,
position
=
7
)
private
Integer
projState
;
private
Integer
projState
;
...
...
science-admin/src/main/java/com/yiboshi/science/param/query/ComProjectQueryVO.java
View file @
49c38bbb
...
@@ -55,6 +55,9 @@ public class ComProjectQueryVO extends PaginationVO{
...
@@ -55,6 +55,9 @@ public class ComProjectQueryVO extends PaginationVO{
/** 申报批次 */
/** 申报批次 */
@ApiModelProperty
(
value
=
"申报批次"
,
position
=
7
)
@ApiModelProperty
(
value
=
"申报批次"
,
position
=
7
)
private
Integer
batch
;
private
Integer
batch
;
/** 主管处室 */
@ApiModelProperty
(
value
=
"主管处室"
,
position
=
1
)
private
String
managerDept
;
/** 项目状态 -10 起草,10 待提交, 20 已提交至依托单位,25 依托单位审核通过,请打印申请书,30 返回修改,40 未批准立项,50 批准立项 */
/** 项目状态 -10 起草,10 待提交, 20 已提交至依托单位,25 依托单位审核通过,请打印申请书,30 返回修改,40 未批准立项,50 批准立项 */
@ApiModelProperty
(
value
=
"项目状态 -10 起草,10 待提交, 20 已提交至依托单位,25 依托单位审核通过,请打印申请书,30 返回修改,40 未批准立项,50 批准立项"
,
position
=
7
)
@ApiModelProperty
(
value
=
"项目状态 -10 起草,10 待提交, 20 已提交至依托单位,25 依托单位审核通过,请打印申请书,30 返回修改,40 未批准立项,50 批准立项"
,
position
=
7
)
private
Integer
projState
;
private
Integer
projState
;
...
...
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