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
25c789e0
Commit
25c789e0
authored
Dec 17, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
77
parent
bd5a7e9a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
ComProjectKpitDetail.java
...java/com/yiboshi/science/entity/ComProjectKpitDetail.java
+2
-2
ComProjectKpitDetailDTO.java
...om/yiboshi/science/param/dto/ComProjectKpitDetailDTO.java
+2
-2
ComProjectKpitDetailQueryVO.java
...oshi/science/param/query/ComProjectKpitDetailQueryVO.java
+2
-2
No files found.
science-admin/src/main/java/com/yiboshi/science/entity/ComProjectKpitDetail.java
View file @
25c789e0
...
...
@@ -49,10 +49,10 @@ public class ComProjectKpitDetail extends BaseEntity {
private
Integer
yearValue3
;
/** 一级指标显示 */
@ApiModelProperty
(
value
=
"一级指标显示"
,
position
=
7
)
private
b
oolean
oneDisplay
;
private
B
oolean
oneDisplay
;
/** 二级指标显示 */
@ApiModelProperty
(
value
=
"二级指标显示"
,
position
=
7
)
private
b
oolean
towDisplay
;
private
B
oolean
towDisplay
;
/** 一级指标行合并数 */
@ApiModelProperty
(
value
=
"一级指标行合并数"
,
position
=
7
)
private
Integer
oneRowSpan
;
...
...
science-admin/src/main/java/com/yiboshi/science/param/dto/ComProjectKpitDetailDTO.java
View file @
25c789e0
...
...
@@ -49,10 +49,10 @@ public class ComProjectKpitDetailDTO extends BaseDTO {
private
Integer
yearValue3
;
/** 一级指标显示 */
@ApiModelProperty
(
value
=
"一级指标显示"
,
position
=
7
)
private
b
oolean
oneDisplay
;
private
B
oolean
oneDisplay
;
/** 二级指标显示 */
@ApiModelProperty
(
value
=
"二级指标显示"
,
position
=
7
)
private
b
oolean
towDisplay
;
private
B
oolean
towDisplay
;
/** 一级指标行合并数 */
@ApiModelProperty
(
value
=
"一级指标行合并数"
,
position
=
7
)
private
Integer
oneRowSpan
;
...
...
science-admin/src/main/java/com/yiboshi/science/param/query/ComProjectKpitDetailQueryVO.java
View file @
25c789e0
...
...
@@ -49,10 +49,10 @@ public class ComProjectKpitDetailQueryVO extends PaginationVO {
private
Integer
yearValue3
;
/** 一级指标显示 */
@ApiModelProperty
(
value
=
"一级指标显示"
,
position
=
7
)
private
b
oolean
oneDisplay
;
private
B
oolean
oneDisplay
;
/** 二级指标显示 */
@ApiModelProperty
(
value
=
"二级指标显示"
,
position
=
7
)
private
b
oolean
towDisplay
;
private
B
oolean
towDisplay
;
/** 一级指标行合并数 */
@ApiModelProperty
(
value
=
"一级指标行合并数"
,
position
=
7
)
private
Integer
oneRowSpan
;
...
...
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