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
af10c6eb
Commit
af10c6eb
authored
Dec 10, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
77
parent
a3f056d1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
150 additions
and
8 deletions
+150
-8
ComProjectBasic.java
...main/java/com/yiboshi/science/entity/ComProjectBasic.java
+0
-0
ComProjectTask.java
.../main/java/com/yiboshi/science/entity/ComProjectTask.java
+145
-0
ComProjectBasicDTO.java
...ava/com/yiboshi/science/param/dto/ComProjectBasicDTO.java
+0
-0
ComProjectDTO.java
...ain/java/com/yiboshi/science/param/dto/ComProjectDTO.java
+0
-0
ComProjectBasicQueryVO.java
...m/yiboshi/science/param/query/ComProjectBasicQueryVO.java
+0
-0
ComProjectDAO.xml
science-admin/src/main/resources/mapper/ComProjectDAO.xml
+5
-8
No files found.
science-admin/src/main/java/com/yiboshi/science/entity/ComProjectBasic.java
View file @
af10c6eb
This diff is collapsed.
Click to expand it.
science-admin/src/main/java/com/yiboshi/science/entity/ComProjectTask.java
View file @
af10c6eb
...
...
@@ -50,5 +50,149 @@ public class ComProjectTask extends BaseEntity {
@ApiModelProperty
(
value
=
"结束日期"
,
position
=
8
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd HH:mm:ss"
)
private
Date
endDate
;
/** 组织机构代码/统一社会信用代码 */
@ApiModelProperty
(
value
=
"组织机构代码/统一社会信用代码"
,
position
=
1
)
@Length
(
max
=
50
,
message
=
"组织机构代码/统一社会信用代码不能大于50"
)
private
String
organizationCode
;
/** 通讯地址 */
@ApiModelProperty
(
value
=
"通讯地址"
,
position
=
1
)
@Length
(
max
=
200
,
message
=
"通讯地址不能大于200"
)
private
String
unitAddress
;
/** 注册所在地 */
@ApiModelProperty
(
value
=
"注册所在地"
,
position
=
1
)
@Length
(
max
=
50
,
message
=
"注册所在地不能大于50"
)
private
String
registeredAddress
;
/** 邮编 */
@ApiModelProperty
(
value
=
"邮编"
,
position
=
1
)
@Length
(
max
=
10
,
message
=
"邮编不能大于10"
)
private
String
postCode
;
/** 法定代表人 */
@ApiModelProperty
(
value
=
"法定代表人"
,
position
=
1
)
@Length
(
max
=
50
,
message
=
"法定代表人不能大于50"
)
private
String
legalPerson
;
/** 职工总数 */
@ApiModelProperty
(
value
=
"职工总数"
,
position
=
1
)
private
Integer
workforce
;
/** 其中专科以上人员 */
@ApiModelProperty
(
value
=
"其中专科以上人员"
,
position
=
1
)
private
Integer
specializedPersonnel
;
/** 研究开发人员 */
@ApiModelProperty
(
value
=
"研究开发人员"
,
position
=
1
)
private
Integer
researchPersonnel
;
/** 开户银行 */
@ApiModelProperty
(
value
=
"开户银行"
,
position
=
1
)
@Length
(
max
=
100
,
message
=
"开户银行不能大于100"
)
private
String
depositBank
;
/** 银行账号 */
@ApiModelProperty
(
value
=
"银行账号"
,
position
=
1
)
@Length
(
max
=
50
,
message
=
"银行账号不能大于50"
)
private
String
bankAccount
;
/** 开户银行地址 */
@ApiModelProperty
(
value
=
"开户银行地址"
,
position
=
1
)
@Length
(
max
=
100
,
message
=
"开户银行地址不能大于100"
)
private
String
depositBankAddress
;
/** 银行联行号 */
@ApiModelProperty
(
value
=
"银行联行号"
,
position
=
1
)
@Length
(
max
=
50
,
message
=
"银行联行号不能大于50"
)
private
String
interbankNumber
;
/** 上年度研发经费支出总额(单位:万元) */
@ApiModelProperty
(
value
=
"上年度研发经费支出总额(单位:万元)"
,
position
=
1
)
private
BigDecimal
researchTotal
;
/** 上年度是否填报了研发活动情况 0 否 1 是 */
@ApiModelProperty
(
value
=
"上年度是否填报了研发活动情况"
,
position
=
1
)
private
Integer
isResearchActive
;
/** 上一年度填报的研发投入总数(单位:万元) */
@ApiModelProperty
(
value
=
"上一年度填报的研发投入总数(单位:万元)"
,
position
=
1
)
private
BigDecimal
researchCount
;
/** 上一年度填报的研发人员数 */
@ApiModelProperty
(
value
=
"上一年度填报的研发人员数"
,
position
=
1
)
private
Integer
researchPersonCount
;
/** 项目所属二级学院/部门名称(牵头单位) */
@ApiModelProperty
(
value
=
"项目所属二级学院/部门名称(牵头单位)"
,
position
=
1
)
@Length
(
max
=
100
,
message
=
"项目所属二级学院/部门名称(牵头单位)不能大于100"
)
private
String
leadUnit
;
/** 推荐部门 */
@ApiModelProperty
(
value
=
"推荐部门"
,
position
=
1
)
@Length
(
max
=
100
,
message
=
"推荐部门不能大于100"
)
private
String
recommendUnit
;
/** 项目依托的科技创新基地 */
@ApiModelProperty
(
value
=
"项目依托的科技创新基地"
,
position
=
1
)
@Length
(
max
=
100
,
message
=
"项目依托的科技创新基地不能大于100"
)
private
String
technologyInnovationBase
;
/** 项目联系人姓名 */
@ApiModelProperty
(
value
=
"项目联系人姓名"
,
position
=
16
)
@Length
(
max
=
100
,
message
=
"项目联系人姓名不能大于100"
)
private
String
linkName
;
/** 联系人手机 */
@ApiModelProperty
(
value
=
"联系人手机"
,
position
=
16
)
@Length
(
max
=
50
,
message
=
"联系人手机不能大于50"
)
private
String
linkMobile
;
/** 电子邮箱 */
@ApiModelProperty
(
value
=
"电子邮箱"
,
position
=
16
)
@Length
(
max
=
100
,
message
=
"电子邮箱不能大于100"
)
private
String
linkEmail
;
/** 传真 */
@ApiModelProperty
(
value
=
"传真"
,
position
=
16
)
@Length
(
max
=
100
,
message
=
"传真不能大于100"
)
private
String
linkFax
;
/** 项目的意义、必要性 */
@ApiModelProperty
(
value
=
"主要研究内容和意义"
,
position
=
13
)
@Length
(
max
=
2147483647
,
message
=
"主要研究内容和意义不能大于2147483647"
)
private
String
projContent
;
/** 项目现有工作基础和支撑条件 */
@ApiModelProperty
(
value
=
"项目现有工作基础和支撑条件"
,
position
=
35
)
@Length
(
max
=
2147483647
,
message
=
"项目现有工作基础和支撑条件不能大于2147483647"
)
private
String
memResume
;
/** 与项目相关的国内外技术发展现状(包括知识产权情况)以及本项目主要研究开发内容技术关键(创新点)、可行性评价及项目风险分析与对策 */
@ApiModelProperty
(
value
=
"与项目相关的国内外技术发展现状(包括知识产权情况)以及本项目主要研究开发内容技术关键(创新点)、可行性评价及项目风险分析与对策"
,
position
=
30
)
@Length
(
max
=
2147483647
,
message
=
"不能大于2147483647"
)
private
String
researchProgress
;
/** 项目实施目标 */
@ApiModelProperty
(
value
=
"项目实施目标"
,
position
=
28
)
@Length
(
max
=
2147483647
,
message
=
"项目实施目标不能大于2147483647"
)
private
String
researchContent
;
/** 主要技术指标 */
@ApiModelProperty
(
value
=
"主要技术指标"
,
position
=
35
)
@Length
(
max
=
2147483647
,
message
=
"主要技术指标不能大于2147483647"
)
private
String
technologyTarget
;
/** 主要经济指标 */
@ApiModelProperty
(
value
=
"主要经济指标"
,
position
=
35
)
@Length
(
max
=
2147483647
,
message
=
"主要经济指标不能大于2147483647"
)
private
String
economyTarget
;
/** 项目实施中形成的示范基地、中试线、生产线及其规模等 */
@ApiModelProperty
(
value
=
"项目实施中形成的示范基地、中试线、生产线及其规模等"
,
position
=
35
)
@Length
(
max
=
2147483647
,
message
=
"项目实施中形成的示范基地、中试线、生产线及其规模等不能大于2147483647"
)
private
String
achievementTarget
;
/** 其他应考核的指标 */
@ApiModelProperty
(
value
=
"其他应考核的指标"
,
position
=
35
)
@Length
(
max
=
2147483647
,
message
=
"其他应考核的指标不能大于2147483647"
)
private
String
otherTarget
;
/** 立项依据 */
@ApiModelProperty
(
value
=
"立项依据"
,
position
=
27
)
@Length
(
max
=
2147483647
,
message
=
"立项依据不能大于2147483647"
)
private
String
projBasis
;
/** 研究思路、方法、技术路线、实验方案及可行性分析 */
@ApiModelProperty
(
value
=
"研究思路、方法、技术路线、实验方案及可行性分析"
,
position
=
29
)
@Length
(
max
=
2147483647
,
message
=
"研究思路、方法、技术路线、实验方案及可行性分析不能大于2147483647"
)
private
String
researchPlan
;
/** 创新点/项目的特色和创新之处 */
@ApiModelProperty
(
value
=
"创新点/项目的特色和创新之处"
,
position
=
31
)
@Length
(
max
=
2147483647
,
message
=
"创新点/项目的特色和创新之处不能大于2147483647"
)
private
String
mainFeatures
;
/** 预期研究成果 */
@ApiModelProperty
(
value
=
"预期研究成果"
,
position
=
32
)
@Length
(
max
=
2147483647
,
message
=
"预期研究成果不能大于2147483647"
)
private
String
expectedResults
;
/** 申请者正在承担的其它研究项目 */
@ApiModelProperty
(
value
=
"申请者正在承担的其它研究项目"
,
position
=
14
)
@Length
(
max
=
1000
,
message
=
"申请者正在承担的其它研究项目1000"
)
private
String
researchProjects
;
}
\ No newline at end of file
science-admin/src/main/java/com/yiboshi/science/param/dto/ComProjectBasicDTO.java
View file @
af10c6eb
This diff is collapsed.
Click to expand it.
science-admin/src/main/java/com/yiboshi/science/param/dto/ComProjectDTO.java
View file @
af10c6eb
This diff is collapsed.
Click to expand it.
science-admin/src/main/java/com/yiboshi/science/param/query/ComProjectBasicQueryVO.java
View file @
af10c6eb
This diff is collapsed.
Click to expand it.
science-admin/src/main/resources/mapper/ComProjectDAO.xml
View file @
af10c6eb
...
...
@@ -40,14 +40,11 @@
<select
id=
"getById"
parameterType=
"java.lang.String"
resultType=
"com.yiboshi.science.param.dto.ComProjectDTO"
>
SELECT a.*,b.name knowledge_name,
ic.proj_id,ic.organization_code,
ic.registered_address,ic.post_code,ic.legal_person,ic.workforce,ic.specialized_personnel,ic.research_personnel,ic.deposit_bank,
ic.bank_account,ic.deposit_bank_address,ic.interbank_number,ic.research_total,ic.is_research_active,ic.research_count,
ic.research_person_count,ic.lead_unit,ic.recommend_unit,ic.technology_innovation_base,ic.total_funding,ic.gov_funding,ic.unit_funding,ic.self_funding,ic.other_funding,ic.link_name,ic.link_mobile,ic.link_email,ic.proj_abstract,
ic.proj_keywords,ic.proj_content,ic.mem_resume, ic.research_progress,
ic.research_content,ic.technology_target,ic.economy_target,ic.achievement_target,
ic.other_target,ic.proj_basis,ic.research_plan,ic.main_features,ic.expected_results,ic.research_projects,ic.proj_attribute,ic.remark,
ic.year_target,ic.year1_goal,ic.year2_goal,ic.year3_goal
ic.proj_id,ic.job_time,ic.main_research_areas,
ic.unit_link_name,ic.unit_link_mobile,ic.unit_link_email,ic.unit_link_fax,ic.subject_scope,ic.proj_abstract,ic.proj_keywords,
ic.total_funding,ic.gov_funding,ic.unit_funding,ic.self_funding,ic.other_funding,
ic.proj_content,
ic.proj_attribute,ic.remark,ic.year_target,ic.year1_goal,ic.year2_goal,ic.year3_goal
from com_project a
left join com_project_basic ic on a.id=ic.proj_id
left join system_parameter b on a.knowledge_id=b.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