From fe315fb30fabf24940eaa3001774f9d43120748d Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期四, 15 一月 2026 08:43:13 +0800
Subject: [PATCH] 工作档取消报错修复 工作台管理问题修复 出库状态修改修复
---
src/main/java/com/zy/asrs/entity/LocAroundBind.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/LocAroundBind.java b/src/main/java/com/zy/asrs/entity/LocAroundBind.java
index bd7f2cb..f18f3ed 100644
--- a/src/main/java/com/zy/asrs/entity/LocAroundBind.java
+++ b/src/main/java/com/zy/asrs/entity/LocAroundBind.java
@@ -47,7 +47,7 @@
*/
@ApiModelProperty(value= "搴撲綅鐮�")
@TableField("b_loc_no")
- private String bLocNo;
+ private String blocNo;
@ApiModelProperty("鏄惁榛樿")
@TableField("is_default")
@@ -63,11 +63,11 @@
public LocAroundBind() {}
- public LocAroundBind(Long devId,String devNo,Long bLocId,String bLocNo) {
+ public LocAroundBind(Long devId,String devNo,Long bLocId,String blocNo) {
this.devId = devId;
this.devNo = devNo;
this.bLocId = bLocId;
- this.bLocNo = bLocNo;
+ this.blocNo = blocNo;
}
public String getDef$() {
--
Gitblit v1.9.1