이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
liushuai
/
hz-project-management
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
37
위키
활동
소스 검색
绩效评价-项目指标模版新增修改
tags/24080901
CMM
1 년 전
부모
d55806b17b
커밋
3aa800debe
3개의 변경된 파일
과
9개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
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
파일 보기
@@ -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
파일 보기
@@ -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
파일 보기
@@ -23,6 +23,9 @@ public class ProjectTemplateDetailVO implements Serializable {
@ApiModelProperty("关联模板ID")
private Long templateId;
@ApiModelProperty("指标ID")
private Long indexId;
@ApiModelProperty("指标名称")
private String name;
쓰기
미리보기
불러오는 중...
취소
저장