fuliqi
2023-11-30 e5bf0d08d05f5c58224fe28cdf743a1bae88e3f0
ycl-platform/src/main/java/com/ycl/entity/cockpitManage/TeamIndex.java
@@ -33,4 +33,44 @@
    private Double handleOvertime;
    private Double noHandle;
    /**
     * 接收到局信息指挥中心下派任务,受理并分派时效
     */
    private Double allocation;
    /**
     * 处置人员接受分派后的处理速度
     */
    private Double handle;
    /**
     * 中队队员执法记录仪每日在线率
     */
    private Double online;
    /**
     * 中队队员执法记录仪每日平均时长
     */
    private Double duration;
    /**
     * 中队队员执法记录仪每日平均归集距离
     */
    private Double distance;
    /**
     * 案件总数
     */
    private Integer allCount;
    /**
     * 准时案件
     */
    private Integer punctualityCount;
    /**
     * 超时案件
     */
    private Integer overCount;
    /**
     * 未处理案件
     */
    private Integer noHandleCount;
}