From 57716e5de367a16585a15126bccb53e972a5e649 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 17 十月 2024 14:06:43 +0800
Subject: [PATCH] #

---
 zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/AgvDetail.java |   72 -----------------------------------
 1 files changed, 1 insertions(+), 71 deletions(-)

diff --git a/zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/AgvDetail.java b/zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/AgvDetail.java
index d418475..57ec38b 100644
--- a/zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/AgvDetail.java
+++ b/zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/AgvDetail.java
@@ -171,7 +171,7 @@
      * 鏆傚瓨鏁伴噺
      */
     @ApiModelProperty(value= "鏆傚瓨鏁伴噺")
-    private Integer tempQua;
+    private String backpack;
 
     /**
      * 瀵嗙爜
@@ -231,76 +231,6 @@
     private String memo;
 
     public AgvDetail() {}
-
-    public AgvDetail(String uuid,Long agvId,String title,Long code,Long lastCode,String codeOffsert,Double straightVal,Double agvAngle,Double gyroAngle,Double encoderAngle,Integer high,Long sensorSts,Integer vol,Integer soc,Integer soh,Integer batteryFail,String tempe,String motorFail,String failSign,Integer bootTime,Integer workTime,Double workDistance,Integer tempQua,String password,Integer status,Integer deleted,Long tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
-        this.uuid = uuid;
-        this.agvId = agvId;
-        this.title = title;
-        this.code = code;
-        this.lastCode = lastCode;
-        this.codeOffsert = codeOffsert;
-        this.straightVal = straightVal;
-        this.agvAngle = agvAngle;
-        this.gyroAngle = gyroAngle;
-        this.encoderAngle = encoderAngle;
-        this.high = high;
-        this.sensorSts = sensorSts;
-        this.vol = vol;
-        this.soc = soc;
-        this.soh = soh;
-        this.batteryFail = batteryFail;
-        this.tempe = tempe;
-        this.motorFail = motorFail;
-        this.failSign = failSign;
-        this.bootTime = bootTime;
-        this.workTime = workTime;
-        this.workDistance = workDistance;
-        this.tempQua = tempQua;
-        this.password = password;
-        this.status = status;
-        this.deleted = deleted;
-        this.tenantId = tenantId;
-        this.createBy = createBy;
-        this.createTime = createTime;
-        this.updateBy = updateBy;
-        this.updateTime = updateTime;
-        this.memo = memo;
-    }
-
-//    AgvDetail agvDetail = new AgvDetail(
-//            null,    // 缂栧彿
-//            null,    // Agv[闈炵┖]
-//            null,    // 鏍囬
-//            null,    // 鏉$爜
-//            null,    // 閭绘帴鏉$爜
-//            null,    // 鍦伴潰鐮佸亸绉�
-//            null,    // 鐩磋璺濈
-//            null,    // 褰撳墠瑙掑害
-//            null,    // 闄�铻轰华瑙掑害
-//            null,    // 缂栫爜鍣ㄨ搴�
-//            null,    // 褰撳墠楂樺害
-//            null,    // 浼犳劅鍣ㄧ姸鎬�
-//            null,    // 鐢靛帇
-//            null,    // 鐢甸噺
-//            null,    // 鍋ュ悍
-//            null,    // 鐢垫睜鏁呴殰
-//            null,    // 娓╁害
-//            null,    // 鐢垫満鏁呴殰
-//            null,    // 鏁呴殰鏍囪瘑
-//            null,    // 寮�鏈烘椂闂�
-//            null,    // 宸ヤ綔鏃堕棿
-//            null,    // 绱閲岀▼
-//            null,    // 鏆傚瓨鏁伴噺
-//            null,    // 瀵嗙爜
-//            null,    // 鐘舵�乕闈炵┖]
-//            null,    // 鏄惁鍒犻櫎[闈炵┖]
-//            null,    // 绉熸埛
-//            null,    // 娣诲姞浜哄憳
-//            null,    // 娣诲姞鏃堕棿[闈炵┖]
-//            null,    // 淇敼浜哄憳
-//            null,    // 淇敼鏃堕棿
-//            null    // 澶囨敞
-//    );
 
     public String getAgvId$(){
         AgvService service = SpringUtils.getBean(AgvService.class);

--
Gitblit v1.9.1