From 1cad14bca191807e18705c3a5526eda8151be439 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期一, 14 四月 2025 23:10:22 +0800 Subject: [PATCH] 批量审核和图片保存bug --- ycl-platform/src/main/java/com/ycl/entity/cockpitManage/TeamIndex.java | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/entity/cockpitManage/TeamIndex.java b/ycl-platform/src/main/java/com/ycl/entity/cockpitManage/TeamIndex.java index 0ea8399..9f15fc2 100644 --- a/ycl-platform/src/main/java/com/ycl/entity/cockpitManage/TeamIndex.java +++ b/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; } \ No newline at end of file -- Gitblit v1.8.0