|
@ -80,4 +80,54 @@ public class OrgGovrnAbilityDTO implements Serializable { |
|
|
* 街道办结项目的处理效率, data_type=street时有值 |
|
|
* 街道办结项目的处理效率, data_type=street时有值 |
|
|
*/ |
|
|
*/ |
|
|
private BigDecimal handleProjectRatio; |
|
|
private BigDecimal handleProjectRatio; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* V2升级新增字段, 详见说明文档 |
|
|
|
|
|
*/ |
|
|
|
|
|
private Integer respProjectRatioFz; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* V2升级新增字段, 详见说明文档 |
|
|
|
|
|
*/ |
|
|
|
|
|
private Integer respProjectRatioFm; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* V2升级新增字段, 详见说明文档 |
|
|
|
|
|
*/ |
|
|
|
|
|
private Integer closedProjectRatioFz; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* V2升级新增字段, 详见说明文档 |
|
|
|
|
|
*/ |
|
|
|
|
|
private Integer closedProjectRatioFm; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* V2升级新增字段, 详见说明文档 |
|
|
|
|
|
*/ |
|
|
|
|
|
private Integer satisfactionRatioFz; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* V2升级新增字段, 详见说明文档 |
|
|
|
|
|
*/ |
|
|
|
|
|
private Integer satisfactionRatioFm; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* V2升级新增字段, 详见说明文档 |
|
|
|
|
|
*/ |
|
|
|
|
|
private Integer overdueProjectRatioFz; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* V2升级新增字段, 详见说明文档 |
|
|
|
|
|
*/ |
|
|
|
|
|
private Integer overdueProjectRatioFm; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* V2升级新增字段, 详见说明文档 |
|
|
|
|
|
*/ |
|
|
|
|
|
private Integer handleProjectRatioFz; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* V2升级新增字段, 详见说明文档 |
|
|
|
|
|
*/ |
|
|
|
|
|
private Integer handleProjectRatioFm; |
|
|
} |
|
|
} |
|
|