From a65699eb74586c6cdd9773a4489ae9accb93e37d Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 23 七月 2020 16:22:45 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/entity/LocMast.java |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/LocMast.java b/src/main/java/com/zy/asrs/entity/LocMast.java
index 480185d..711fda7 100644
--- a/src/main/java/com/zy/asrs/entity/LocMast.java
+++ b/src/main/java/com/zy/asrs/entity/LocMast.java
@@ -44,7 +44,7 @@
     @TableField("ctn_type")
     private Integer ctnType;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value= "搴撲綅鐘舵��")
     @TableField("loc_sts")
     private String locSts;
 
@@ -84,10 +84,7 @@
     @TableField("full_plt")
     private String fullPlt;
 
-    /**
-     * 搴撲綅鐘舵��
-     */
-    @ApiModelProperty(value= "搴撲綅鐘舵��")
+    @ApiModelProperty(value= "")
     @TableField("loc_type")
     private String locType;
 
@@ -328,9 +325,9 @@
         return locType;
     }
 
-    public String getLocType$(){
+    public String getLocSts$(){
         BasLocTypeService service = SpringUtils.getBean(BasLocTypeService.class);
-        BasLocType basLocType = service.selectById(this.locType);
+        BasLocType basLocType = service.selectById(this.locSts);
         if (!Cools.isEmpty(basLocType)){
             return String.valueOf(basLocType.getLocDesc());
         }

--
Gitblit v1.9.1