This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liushuai
/
hz-project-management
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
36
Wiki
Activity
Browse Source
绩效评价-项目指标模版新增修改
tags/24080901
CMM
1 year ago
parent
d55806b17b
commit
3aa800debe
3 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
pmapi/src/main/java/com/ningdatech/pmapi/performance/model/dto/ProjectTemplateDetailDTO.java
+3
-0
pmapi/src/main/java/com/ningdatech/pmapi/performance/model/entity/PerformanceIndicatorProjectTemplateDetail.java
+3
-0
pmapi/src/main/java/com/ningdatech/pmapi/performance/model/vo/ProjectTemplateDetailVO.java
+ 3
- 0
pmapi/src/main/java/com/ningdatech/pmapi/performance/model/dto/ProjectTemplateDetailDTO.java
View File
@@ -24,6 +24,9 @@ public class ProjectTemplateDetailDTO implements Serializable {
@ApiModelProperty("关联模板ID")
private Long templateId;
@ApiModelProperty("指标ID")
private Long indexId;
@ApiModelProperty("指标名称")
private String name;
+ 3
- 0
pmapi/src/main/java/com/ningdatech/pmapi/performance/model/entity/PerformanceIndicatorProjectTemplateDetail.java
View File
@@ -37,6 +37,9 @@ public class PerformanceIndicatorProjectTemplateDetail implements Serializable {
@ApiModelProperty("关联模板ID")
private Long templateId;
@ApiModelProperty("指标ID")
private Long indexId;
@ApiModelProperty("指标名称")
private String name;
+ 3
- 0
pmapi/src/main/java/com/ningdatech/pmapi/performance/model/vo/ProjectTemplateDetailVO.java
View File
@@ -23,6 +23,9 @@ public class ProjectTemplateDetailVO implements Serializable {
@ApiModelProperty("关联模板ID")
private Long templateId;
@ApiModelProperty("指标ID")
private Long indexId;
@ApiModelProperty("指标名称")
private String name;
Write
Preview
Loading…
Cancel
Save