From 24e32eac68140d4c7419c201480fd40e267a52a4 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 08 五月 2024 08:30:37 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/entity/AgvBasDevp.java | 30 ++++++++++++++++-------------- 1 files changed, 16 insertions(+), 14 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/AgvBasDevp.java b/src/main/java/com/zy/asrs/entity/AgvBasDevp.java index f606cd1..0442ee2 100644 --- a/src/main/java/com/zy/asrs/entity/AgvBasDevp.java +++ b/src/main/java/com/zy/asrs/entity/AgvBasDevp.java @@ -243,20 +243,6 @@ return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.ioTime); } - public String getLocType1$() { - if (null == this.locType1){ return null; } - switch (this.locType1){ - case 0: - return "鏈煡"; - case 1: - return "浣庡簱浣�"; - case 2: - return "楂樺簱浣�"; - default: - return String.valueOf(this.locType1); - } - } - public String getLocType2$() { if (null == this.locType2){ return null; } switch (this.locType2){ @@ -285,6 +271,22 @@ } } + public String getLocType1$() { + if (null == this.locType1){ return null; } + switch (this.locType1){ + case 0: + return "鏈煡"; + case 1: + return "寰呭寘瑁�"; + case 2: + return "鍘熸潗鏂�"; + case 3: + return "绠卞3"; + default: + return String.valueOf(this.locType1); + } + } + public String getModiUser$(){ UserService service = SpringUtils.getBean(UserService.class); User user = service.selectById(this.modiUser); -- Gitblit v1.9.1