Browse Source

fact_index_party_ablity_cpc_monthly表调整

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

108
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)
@ -39,89 +39,89 @@ public class FactIndexPartyAblityCpcMonthlyEntity extends BaseEpmetEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/** /**
* 客户Id * 客户Id
*/ */
private String customerId; private String customerId;
/** /**
* 机关Id * 机关Id
*/ */
private String agencyId; private String agencyId;
/** /**
* 上级组织Id * 上级组织Id
*/ */
private String parentId; private String parentId;
/** /**
* 网格Id * 网格Id
*/ */
private String gridId; private String gridId;
/** /**
* 用户Id: * 用户Id:
*/ */
private String userId; private String userId;
/** /**
* 月维度Id: yyyMM * 月维度Id: yyyMM
*/ */
private String monthId; private String monthId;
/** /**
* 季度Id: yyyyQ1,yyyyQ2,yyyyQ3,yyyyQ4 * 季度Id: yyyyQ1,yyyyQ2,yyyyQ3,yyyyQ4
*/ */
private String quarterId; private String quarterId;
/** /**
* 年Id : yyyy * 年Id : yyyy
*/ */
private String yearId; private String yearId;
/** /**
* 党员提出的话题数 * 党员提出的话题数
*/ */
private Integer createTopicCount; private Integer createTopicCount;
/** /**
* 党员参与话题数支持反对评论浏览 * 党员参与话题数支持反对评论浏览
*/ */
private Integer joinTopicCount; private Integer joinTopicCount;
/** /**
* 话题转议题数 * 党员提出的话题转议题数
*/ */
private Integer shiftIssueCount; private Integer shiftIssueCount;
/** /**
* 议题转项目数 * 党员提出的议题转项目数
*/ */
private Integer shiftProjectCount; private Integer shiftProjectCount;
/** /**
* 参加三会一课次数 * 参加三会一课次数
*/ */
private Integer joinThreeMeetsCount; private Integer joinThreeMeetsCount;
/** /**
* 自建群群众人数 * 党员自建群群众人数
*/ */
private Integer groupUserCount; private Integer groupUserCount;
/** /**
* 自建群活跃度-话题数 * 党员自建群活跃群众人数(08-24)
*/ */
private Integer groupActiveUserCount;
/**
* 党员自建群活跃度话题数
*/
private Integer groupTopicCount; private Integer groupTopicCount;
/** /**
* 议题转项目率 * 自建群活跃度议题转项目率
*/ */
private BigDecimal topicToIssueRatio; private BigDecimal topicToIssueRatio;
/**
* 提出的议题转项目数
*/
private Integer issueToProjectCount;
} }

Loading…
Cancel
Save