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
5dfead3c
Commit
5dfead3c
authored
Dec 17, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
77
parent
1475ac3a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
ComProject.java
.../src/main/java/com/yiboshi/science/entity/ComProject.java
+4
-0
ComProjectDTO.java
...ain/java/com/yiboshi/science/param/dto/ComProjectDTO.java
+8
-0
ComProjectQueryVO.java
...va/com/yiboshi/science/param/query/ComProjectQueryVO.java
+4
-0
No files found.
science-admin/src/main/java/com/yiboshi/science/entity/ComProject.java
View file @
5dfead3c
...
@@ -91,4 +91,7 @@ public class ComProject extends BaseEntity {
...
@@ -91,4 +91,7 @@ public class ComProject extends BaseEntity {
/** 平均分 */
/** 平均分 */
@ApiModelProperty
(
value
=
"平均分"
,
position
=
4
)
@ApiModelProperty
(
value
=
"平均分"
,
position
=
4
)
private
BigDecimal
averageScore
;
private
BigDecimal
averageScore
;
/** 项目完成状态 */
@ApiModelProperty
(
value
=
"项目完成状态"
,
position
=
38
)
private
String
completeStatus
;
}
}
\ No newline at end of file
science-admin/src/main/java/com/yiboshi/science/param/dto/ComProjectDTO.java
View file @
5dfead3c
...
@@ -202,6 +202,14 @@ public class ComProjectDTO extends BaseDTO {
...
@@ -202,6 +202,14 @@ public class ComProjectDTO extends BaseDTO {
@Length
(
max
=
65535
,
message
=
"备注不能大于65535"
)
@Length
(
max
=
65535
,
message
=
"备注不能大于65535"
)
private
String
remark
;
private
String
remark
;
/** 项目完成状态 */
@ApiModelProperty
(
value
=
"项目完成状态"
,
position
=
38
)
private
String
completeStatus
;
/** 项目步骤 */
@ApiModelProperty
(
value
=
"项目步骤"
,
position
=
38
)
private
Integer
step
;
/** 项目组成员_总人数 */
/** 项目组成员_总人数 */
@ApiModelProperty
(
value
=
"项目组成员_总人数"
,
position
=
17
)
@ApiModelProperty
(
value
=
"项目组成员_总人数"
,
position
=
17
)
private
Integer
memCount
;
private
Integer
memCount
;
...
...
science-admin/src/main/java/com/yiboshi/science/param/query/ComProjectQueryVO.java
View file @
5dfead3c
...
@@ -92,6 +92,10 @@ public class ComProjectQueryVO extends PaginationVO{
...
@@ -92,6 +92,10 @@ public class ComProjectQueryVO extends PaginationVO{
@ApiModelProperty
(
value
=
"平均分"
,
position
=
4
)
@ApiModelProperty
(
value
=
"平均分"
,
position
=
4
)
private
BigDecimal
averageScore
;
private
BigDecimal
averageScore
;
/** 项目完成状态 */
@ApiModelProperty
(
value
=
"项目完成状态"
,
position
=
38
)
private
String
completeStatus
;
/** 项目Id */
/** 项目Id */
@ApiModelProperty
(
value
=
"项目Id"
)
@ApiModelProperty
(
value
=
"项目Id"
)
@Length
(
max
=
36
,
message
=
"Id不能大于36"
)
@Length
(
max
=
36
,
message
=
"Id不能大于36"
)
...
...
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