From dea586adf232c722e8d2dfa833c3d7711a1019df Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期一, 02 二月 2026 13:37:04 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/entity/ViewLocMapDto.java | 22 ++++++++++++++++++++++
1 files changed, 22 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 53fbbc4..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) {
@@ -80,6 +97,10 @@
this.bgc = "#bac296";
this.color = "#fff";
break;
+ case "G":
+ this.bgc = "#90EE90"; // 娴呯豢鑹�
+ this.color = "#000"; // 瀛椾綋棰滆壊锛堝缓璁繁鑹蹭互淇濊瘉瀵规瘮搴︼級
+ break;
default:
break;
}
@@ -100,4 +121,5 @@
public void setColor(String color) {
this.color = color;
}
+
}
--
Gitblit v1.9.1