From d385e17d9c172c7659b252c538b45e7091c9de24 Mon Sep 17 00:00:00 2001
From: wang..123 <brook_w@163.com>
Date: 星期一, 21 二月 2022 11:07:31 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/entity/PltBarcode.java |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/PltBarcode.java b/src/main/java/com/zy/asrs/entity/PltBarcode.java
index 57978ce..a02bdf6 100644
--- a/src/main/java/com/zy/asrs/entity/PltBarcode.java
+++ b/src/main/java/com/zy/asrs/entity/PltBarcode.java
@@ -204,6 +204,39 @@
     @TableField("qty_box")
     private Double qtyBox;
 
+    /**
+     * 瀹㈡埛鍚嶇О
+     */
+    @ApiModelProperty(value= "瀹㈡埛鍚嶇О")
+    private String str3;
+
+    /**
+     * 椤圭洰淇℃伅
+     */
+    @ApiModelProperty(value= "椤圭洰淇℃伅")
+    private String str4;
+    /**
+     * 绫诲埆
+     */
+    @ApiModelProperty(value= "绫诲埆")
+    private String str5;
+
+    public String getStr5$(){
+        if (Cools.isEmpty(this.str5) ){
+            return "";
+        }
+        if (this.str5.equals("1")){
+            return "鍘熸潗鏂�";
+        }
+        if (this.str5.equals("2")){
+            return "鎴愬搧";
+        }
+        if (this.str5.equals("3")){
+            return "鍗婃垚鍝�";
+        }
+        return "";
+    }
+
     public PltBarcode() {}
 
     public PltBarcode(String barcode,Double allQty,Double qtyBox,String source,String supplier,String vendor,Double allWeight,String billNo,Integer seqNo,Integer billType,String matNo,String matName,Double qty,String locNo,String specs,String unit,String size,String color,Double weight,String memo,Integer linkErp,Integer ioStatus,Date ioTime,Long modiUser,Date modiTime,Long appeUser,Date appeTime) {

--
Gitblit v1.9.1