From 846e4079370dbe5c50cf7097a185192b6c0d8421 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 06 三月 2024 14:43:44 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/entity/AgvWaitPakinLog.java |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/AgvWaitPakinLog.java b/src/main/java/com/zy/asrs/entity/AgvWaitPakinLog.java
index 28ebb8c..8f7d45e 100644
--- a/src/main/java/com/zy/asrs/entity/AgvWaitPakinLog.java
+++ b/src/main/java/com/zy/asrs/entity/AgvWaitPakinLog.java
@@ -151,6 +151,10 @@
     @ApiModelProperty(value= "澶囨敞")
     private String memo;
 
+    @ApiModelProperty(value= "璐т綅绫诲瀷 1: 寰呭寘瑁呮垚鍝�  2: 鍘熸潗鏂�  3锛氱澹�")
+    @TableField("loc_type")
+    private Integer locType;
+
     public String getBeBatch$(){
         if (null == this.beBatch){ return null; }
         switch (this.beBatch){
@@ -163,6 +167,20 @@
         }
     }
 
+    public String getLocType$(){
+        if (null == this.locType){ return null; }
+        switch (this.locType){
+            case 1:
+                return "寰呭寘瑁呮垚鍝�";
+            case 2:
+                return "鍘熸潗鏂�";
+            case 3:
+                return "绠卞3";
+            default:
+                return String.valueOf(this.locType);
+        }
+    }
+
     public String getSource$(){
         if (null == this.source){ return null; }
         switch (this.source){

--
Gitblit v1.9.1