|
|
@ -90,4 +90,29 @@ public class PioneerDataFormDTO implements Serializable { |
|
|
|
* 数据更新至: yyyy|yyyyMM|yyyyMMdd(08-21新增) |
|
|
|
*/ |
|
|
|
private String dataEndTime; |
|
|
|
|
|
|
|
/** |
|
|
|
* V2升级新增字段, 详见说明文档,对应 platIssueTotal |
|
|
|
*/ |
|
|
|
private Integer issueRatioFm; |
|
|
|
|
|
|
|
/** |
|
|
|
* V2升级新增字段, 详见说明文档,对应 platTopicTotal |
|
|
|
*/ |
|
|
|
private Integer topicRatioFm; |
|
|
|
|
|
|
|
/** |
|
|
|
* V2升级新增字段, 详见说明文档,对应 platShiftProjectTotal |
|
|
|
*/ |
|
|
|
private Integer shiftProjectRatioFm; |
|
|
|
|
|
|
|
/** |
|
|
|
* V2升级新增字段, 详见说明文档,对应 platClosedProjectTotal |
|
|
|
*/ |
|
|
|
private Integer resolvedProjectRatioFm; |
|
|
|
|
|
|
|
/** |
|
|
|
* V2升级新增字段, 详见说明文档,对应 platPublishIssueTotal |
|
|
|
*/ |
|
|
|
private Integer publishIssueRatioFm; |
|
|
|
} |
|
|
|