Browse Source

fact_index_party_ablity_cpc_monthly表调整

dev
yinzuomei 5 years ago
parent
commit
24fce0d808
  1. 20
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/entity/indexcoll/FactIndexPartyAblityCpcMonthlyEntity.java

20
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/entity/indexcoll/FactIndexPartyAblityCpcMonthlyEntity.java

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

Loading…
Cancel
Save