|
|
@ -92,8 +92,21 @@ public class ScreenIndexDataMonthlyEntity extends BaseEpmetEntity { |
|
|
|
*/ |
|
|
|
private BigDecimal governAblity; |
|
|
|
|
|
|
|
// PARTY_DEV_WEIGHT decimal 5 4 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
// SERVICE_ABLITY_WEIGHT decimal 5 4 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
// GOVERN_ABLITY_WEIGHT decimal 5 4 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
/** |
|
|
|
* 权重(同一组权重总和=1) |
|
|
|
* 党建能力指数权重 |
|
|
|
*/ |
|
|
|
private BigDecimal weight; |
|
|
|
private BigDecimal partyDevWeight; |
|
|
|
|
|
|
|
/** |
|
|
|
* 服务能力指数 权重 |
|
|
|
*/ |
|
|
|
private BigDecimal serviceAblityWeight; |
|
|
|
|
|
|
|
/** |
|
|
|
* 治理能力分数,权重 |
|
|
|
*/ |
|
|
|
private BigDecimal governAblityWeight; |
|
|
|
} |
|
|
|