|
|
@ -30,7 +30,7 @@ import java.util.Date; |
|
|
|
* 党建能力-党员相关的事实表 |
|
|
|
* |
|
|
|
* @author generator generator@elink-cn.com |
|
|
|
* @since v1.0.0 2020-08-20 |
|
|
|
* @since v1.0.0 2020-08-24 |
|
|
|
*/ |
|
|
|
@Data |
|
|
|
@EqualsAndHashCode(callSuper=false) |
|
|
@ -90,12 +90,12 @@ public class FactIndexPartyAblityCpcMonthlyEntity extends BaseEpmetEntity { |
|
|
|
private Integer joinTopicCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 话题转议题数 |
|
|
|
* 党员提出的话题转议题数 |
|
|
|
*/ |
|
|
|
private Integer shiftIssueCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 议题转项目数 |
|
|
|
* 党员提出的议题转项目数 |
|
|
|
*/ |
|
|
|
private Integer shiftProjectCount; |
|
|
|
|
|
|
@ -105,23 +105,23 @@ public class FactIndexPartyAblityCpcMonthlyEntity extends BaseEpmetEntity { |
|
|
|
private Integer joinThreeMeetsCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 自建群群众人数 |
|
|
|
* 党员自建群群众人数 |
|
|
|
*/ |
|
|
|
private Integer groupUserCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 自建群活跃度-话题数 |
|
|
|
* 党员自建群活跃群众人数(08-24) |
|
|
|
*/ |
|
|
|
private Integer groupTopicCount; |
|
|
|
private Integer groupActiveUserCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 议题转项目率 |
|
|
|
* 党员自建群活跃度——话题数 |
|
|
|
*/ |
|
|
|
private BigDecimal topicToIssueRatio; |
|
|
|
private Integer groupTopicCount; |
|
|
|
|
|
|
|
/** |
|
|
|
* 提出的议题转项目数 |
|
|
|
* 自建群活跃度——议题转项目率 |
|
|
|
*/ |
|
|
|
private Integer issueToProjectCount; |
|
|
|
private BigDecimal topicToIssueRatio; |
|
|
|
|
|
|
|
} |
|
|
|