From 5d1d4b8516c6071a4bb69ba507f6d23eb73e8a67 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期五, 31 三月 2023 14:10:38 +0800
Subject: [PATCH] 驾驶舱接口优化

---
 ycl-platform/src/main/java/com/ycl/entity/cockpitManage/TeamIndex.java |   41 ++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 40 insertions(+), 1 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..0f3b569 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
@@ -22,7 +22,6 @@
  */
 @Data
 @EqualsAndHashCode(callSuper = false)
-@TableName("ums_team_construction")
 public class TeamIndex extends TeamConstruction implements Serializable {
 
     private Double stepTimely;
@@ -33,4 +32,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