From e350fc16a0655dee101b3198cfa6bd6a6b56877c Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期一, 12 一月 2026 15:41:56 +0800
Subject: [PATCH] 入库流程功能 优化

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

diff --git a/src/main/java/com/zy/asrs/entity/LocAroundBind.java b/src/main/java/com/zy/asrs/entity/LocAroundBind.java
index f129d5b..a21eb0e 100644
--- a/src/main/java/com/zy/asrs/entity/LocAroundBind.java
+++ b/src/main/java/com/zy/asrs/entity/LocAroundBind.java
@@ -47,6 +47,10 @@
     @TableField("b_loc_no")
     private String bLocNo;
 
+    @ApiModelProperty("鏄惁榛樿")
+    @TableField("is_default")
+    private Integer isDefault;
+
     public LocAroundBind() {}
 
     public LocAroundBind(Long devId,String devNo,Long bLocId,String bLocNo) {
@@ -56,6 +60,14 @@
         this.bLocNo = bLocNo;
     }
 
+    public String getDef$() {
+        if (this.isDefault == 0) {
+            return "鍚�";
+        } else {
+            return "鏄�";
+        }
+    }
+
 //    LocAroundBind locAroundBind = new LocAroundBind(
 //            null,    // 鏈哄彴ID[闈炵┖]
 //            null,    // 鏈哄彴鍙穂闈炵┖]

--
Gitblit v1.9.1