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
de4f5efb
Commit
de4f5efb
authored
Dec 05, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
77
parent
34a670bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
ComProjectResearch.java
...n/java/com/yiboshi/science/entity/ComProjectResearch.java
+3
-2
ComProjectResearchQueryVO.java
...iboshi/science/param/query/ComProjectResearchQueryVO.java
+3
-2
No files found.
science-admin/src/main/java/com/yiboshi/science/entity/ComProjectResearch.java
View file @
de4f5efb
...
...
@@ -8,6 +8,7 @@ import lombok.EqualsAndHashCode;
import
org.hibernate.validator.constraints.Length
;
import
java.math.BigDecimal
;
import
java.util.Date
;
/**
* 项目申请书在研项目情况表VO
...
...
@@ -41,10 +42,10 @@ public class ComProjectResearch extends BaseEntity {
private
String
leader
;
/** 起止年限(开始) */
@ApiModelProperty
(
value
=
"起止年限"
,
position
=
6
)
private
Dat
a
startDate
;
private
Dat
e
startDate
;
/** 起止年限(结束) */
@ApiModelProperty
(
value
=
"起止年限"
,
position
=
6
)
private
Dat
a
endDate
;
private
Dat
e
endDate
;
/** 项目经费 */
@ApiModelProperty
(
value
=
"项目经费"
,
position
=
7
)
private
BigDecimal
funds
;
...
...
science-admin/src/main/java/com/yiboshi/science/param/query/ComProjectResearchQueryVO.java
View file @
de4f5efb
...
...
@@ -8,6 +8,7 @@ import lombok.EqualsAndHashCode;
import
org.hibernate.validator.constraints.Length
;
import
java.math.BigDecimal
;
import
java.util.Date
;
/**
* 查询项目申请书在研项目情况表VO
...
...
@@ -41,10 +42,10 @@ public class ComProjectResearchQueryVO extends PaginationVO{
private
String
leader
;
/** 起止年限(开始) */
@ApiModelProperty
(
value
=
"起止年限"
,
position
=
6
)
private
Dat
a
startDate
;
private
Dat
e
startDate
;
/** 起止年限(结束) */
@ApiModelProperty
(
value
=
"起止年限"
,
position
=
6
)
private
Dat
a
endDate
;
private
Dat
e
endDate
;
/** 项目经费 */
@ApiModelProperty
(
value
=
"项目经费"
,
position
=
7
)
private
BigDecimal
funds
;
...
...
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