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
37193d63
Commit
37193d63
authored
Apr 14, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
27045d6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
ComProjectAuditDTO.java
...ava/com/yiboshi/science/param/dto/ComProjectAuditDTO.java
+6
-0
No files found.
science-admin/src/main/java/com/yiboshi/science/param/dto/ComProjectAuditDTO.java
View file @
37193d63
...
...
@@ -157,6 +157,9 @@ public class ComProjectAuditDTO extends BaseDTO {
/** 申报人身份证号 */
@ApiModelProperty
(
value
=
"申报人身份证号"
,
position
=
41
)
private
String
certId
;
/** 年龄 */
@ApiModelProperty
(
value
=
"年龄"
,
position
=
41
)
private
Integer
age
;
/** 申报人id */
@ApiModelProperty
(
value
=
"申报人id"
,
position
=
41
)
private
String
appPersonId
;
...
...
@@ -234,6 +237,9 @@ public class ComProjectAuditDTO extends BaseDTO {
/** 申请科技经费(万元) */
@ApiModelProperty
(
value
=
"申请科技经费(万元)"
,
position
=
40
)
private
BigDecimal
govFunding
;
/** 自筹资金(万元) */
@ApiModelProperty
(
value
=
"自筹资金(万元)"
,
position
=
40
)
private
BigDecimal
selfFunding
;
/** 项目分配信息 */
List
<
ComProjectAssignDTO
>
assignList
;
/** 批量审核Id */
...
...
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