From 9c7d9c85a9324e180644aced2838f2e62e00b389 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期三, 10 七月 2024 08:23:46 +0800
Subject: [PATCH] 单据上传字段更改
---
zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/WaitPakin.java | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/WaitPakin.java b/zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/WaitPakin.java
index 1ea0fb1..7a0e7f8 100644
--- a/zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/WaitPakin.java
+++ b/zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/WaitPakin.java
@@ -373,6 +373,18 @@
}
}
+ public String getFullPlt$(){
+ if (null == this.fullPlt){ return null; }
+ switch (this.fullPlt){
+ case "Y":
+ return "鏄�";
+ case "N":
+ return "鍚�";
+ default:
+ return String.valueOf(this.fullPlt);
+ }
+ }
+
public String getSource$(){
if (null == this.source){ return null; }
switch (this.source){
--
Gitblit v1.9.1