From b5130c2e6d60c7f23e37f7c620375bc4e253caa3 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 18 十月 2022 14:52:20 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/entity/ViewLocMapDto.java | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/ViewLocMapDto.java b/src/main/java/com/zy/asrs/entity/ViewLocMapDto.java index 0604530..53fbbc4 100644 --- a/src/main/java/com/zy/asrs/entity/ViewLocMapDto.java +++ b/src/main/java/com/zy/asrs/entity/ViewLocMapDto.java @@ -10,7 +10,7 @@ // 鍒� private Integer bay1; // 搴撲綅鐘舵�� - private String locType; + private String locSts; // 鑳屾櫙鑹� private String bgc = "#fff"; // 瀛椾綋棰滆壊 @@ -19,10 +19,10 @@ public ViewLocMapDto() { } - public ViewLocMapDto(String locNo, Integer bay1, String locType) { + public ViewLocMapDto(String locNo, Integer bay1, String locSts) { this.locNo = locNo; this.bay1 = bay1; - this.locType = locType; + this.locSts = locSts; } public String getLocNo() { @@ -41,13 +41,13 @@ this.bay1 = bay1; } - public String getLocType() { - return locType; + public String getLocSts() { + return locSts; } - public void setLocType(String locType) { - this.locType = locType; - switch (locType){ + public void setLocSts(String locSts) { + this.locSts = locSts; + switch (locSts){ case "D": this.bgc = "#00B271"; this.color = "#fff"; -- Gitblit v1.9.1