From 223ce7dcb236cad6679275d8941e1a909f8a1efc Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期三, 21 一月 2026 10:12:30 +0800
Subject: [PATCH] #库区分配
---
src/main/java/com/zy/asrs/entity/ViewLocMapDto.java | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/ViewLocMapDto.java b/src/main/java/com/zy/asrs/entity/ViewLocMapDto.java
index 6142f8c..1113b3b 100644
--- a/src/main/java/com/zy/asrs/entity/ViewLocMapDto.java
+++ b/src/main/java/com/zy/asrs/entity/ViewLocMapDto.java
@@ -15,6 +15,9 @@
private String bgc = "#fff";
// 瀛椾綋棰滆壊
private String color = "#666";
+ private Integer row1;
+ private Integer lev1;
+ private Short locType2;
public ViewLocMapDto() {
}
@@ -23,6 +26,14 @@
this.locNo = locNo;
this.bay1 = bay1;
this.locSts = locSts;
+ }
+
+ public Short getLocType2() {
+ return locType2;
+ }
+
+ public void setLocType2(Short locType2) {
+ this.locType2 = locType2;
}
public String getLocNo() {
@@ -35,6 +46,12 @@
public Integer getBay1() {
return bay1;
+ }
+ public Integer getRow1() {
+ return row1;
+ }
+ public Integer getLev1() {
+ return lev1;
}
public void setBay1(Integer bay1) {
@@ -104,4 +121,5 @@
public void setColor(String color) {
this.color = color;
}
+
}
--
Gitblit v1.9.1