From 7238380a5daef00c94eba911d6a6f560a538ed55 Mon Sep 17 00:00:00 2001 From: Junjie <xjj@123> Date: 星期一, 13 一月 2025 16:48:11 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/domain/vo/LiftStateTableVo.java | 132 -------------------------------------------- 1 files changed, 0 insertions(+), 132 deletions(-) diff --git a/src/main/java/com/zy/asrs/domain/vo/LiftStateTableVo.java b/src/main/java/com/zy/asrs/domain/vo/LiftStateTableVo.java index a4c1b38..8200e4b 100644 --- a/src/main/java/com/zy/asrs/domain/vo/LiftStateTableVo.java +++ b/src/main/java/com/zy/asrs/domain/vo/LiftStateTableVo.java @@ -24,138 +24,6 @@ */ private Integer protocolStatus; - /** - * 妯″紡 - */ - private Boolean model; - - /** - * 蹇欓棽 - */ - private Boolean busy; - - /** - * 鏈夋墭鐩� - */ - private Boolean hasTray; - - /** - * 鏈夊皬杞� - */ - private Boolean hasCar; - - /** - * 璁惧鏁呴殰 - */ - private Boolean deviceError; - - /** - * 鍓嶈秴闄� - */ - private Boolean frontOverrun; - - /** - * 鍚庤秴闄� - */ - private Boolean backOverrun; - - /** - * 宸﹁秴闄� - */ - private Boolean leftOverrun; - - /** - * 鍙宠秴闄� - */ - private Boolean rightOverrun; - - /** - * 瓒呴珮 - */ - private Boolean overHeight; - - /** - * 瓒呴噸 - */ - private Boolean overWeight; - - public String getModel$() { - if (this.model == null) { - return "绂荤嚎"; - } - return this.model ? "鑷姩" : "鎵嬪姩"; - } - - public String getBusy$() { - if (this.busy == null) { - return "-"; - } - return this.busy ? "蹇欑" : "绌洪棽"; - } - - public String getHasTray$() { - if (this.hasTray == null) { - return "-"; - } - return this.hasTray ? "Y" : "N"; - } - - public String getHasCar$() { - if (this.hasCar == null) { - return "N"; - } - return this.hasCar ? "Y" : "N"; - } - - public String getDeviceError$() { - if (this.deviceError == null) { - return "N"; - } - return this.deviceError ? "Y" : "N"; - } - - public String getFrontOverrun$() { - if (this.frontOverrun == null) { - return "N"; - } - return this.frontOverrun ? "Y" : "N"; - } - - public String getBackOverrun$() { - if (this.backOverrun == null) { - return "N"; - } - return this.backOverrun ? "Y" : "N"; - } - - public String getLeftOverrun$() { - if (this.leftOverrun == null) { - return "N"; - } - return this.leftOverrun ? "Y" : "N"; - } - - public String getRightOverrun$() { - if (this.rightOverrun == null) { - return "N"; - } - return this.rightOverrun ? "Y" : "N"; - } - - public String getOverHeight$() { - if (this.overHeight == null) { - return "N"; - } - return this.overHeight ? "Y" : "N"; - } - - public String getOverWeight$() { - if (this.overWeight == null) { - return "N"; - } - return this.overWeight ? "Y" : "N"; - } - public String getProtocolStatus$() { if (this.protocolStatus == null) { return ForkLiftProtocolStatusType.NONE.desc; -- Gitblit v1.9.1