From 872ce6025a02eb553ec360e2c3b42ee211a199ad Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 03 八月 2023 13:06:21 +0800
Subject: [PATCH] 首页打开默认不缩放

---
 src/main/java/com/zy/asrs/entity/WmsWrk.java |   27 +++++++--------------------
 1 files changed, 7 insertions(+), 20 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/WmsWrk.java b/src/main/java/com/zy/asrs/entity/WmsWrk.java
index b11d78d..08ca061 100644
--- a/src/main/java/com/zy/asrs/entity/WmsWrk.java
+++ b/src/main/java/com/zy/asrs/entity/WmsWrk.java
@@ -19,6 +19,7 @@
 import lombok.Data;
 import com.baomidou.mybatisplus.annotations.TableName;
 import java.io.Serializable;
+import java.util.List;
 
 @Data
 @TableName("wcs_wms_wrk")
@@ -99,17 +100,11 @@
     private String sourceLocNo;
 
     /**
-     * 搴撲綅鐘舵��
+     * 鏉$爜
      */
-    @ApiModelProperty(value= "搴撲綅鐘舵��")
-    @TableField("loc_sts")
-    private String locSts;
-
-    /**
-     * 鎷f枡(checkBox)
-     */
-    @ApiModelProperty(value= "鎷f枡(checkBox)")
-    private String picking;
+    @ApiModelProperty(value= "鏉$爜")
+    @TableField("barcode")
+    private String barcode;
 
     /**
      * 淇敼浜哄憳
@@ -148,13 +143,6 @@
     private String memo;
 
     /**
-     * 鏉$爜
-     */
-    @ApiModelProperty(value= "鏉$爜")
-    @TableField("barcode")
-    private String barcode;
-
-    /**
      * 缁撴潫鏃堕棿
      */
     @ApiModelProperty(value= "缁撴潫鏃堕棿")
@@ -164,7 +152,7 @@
 
     public WmsWrk() {}
 
-    public WmsWrk(Integer wmsWrkNo, Integer wmsStatus, Integer wrkNo, Date createTime, Integer ioType, Double ioPri, String locNo, Integer staNo, Integer sourceStaNo, String sourceLocNo, String locSts, String picking, Long modiUser, Date modiTime, Long appeUser, Date appeTime, String memo, String barcode) {
+    public WmsWrk(Integer wmsWrkNo, Integer wmsStatus, Integer wrkNo, Date createTime, Integer ioType, Double ioPri, String locNo, Integer staNo, Integer sourceStaNo, String sourceLocNo, Long modiUser, Date modiTime, Long appeUser, Date appeTime, String memo, String barcode, Date endTime) {
         this.wmsWrkNo = wmsWrkNo;
         this.wmsStatus = wmsStatus;
         this.wrkNo = wrkNo;
@@ -175,14 +163,13 @@
         this.staNo = staNo;
         this.sourceStaNo = sourceStaNo;
         this.sourceLocNo = sourceLocNo;
-        this.locSts = locSts;
-        this.picking = picking;
         this.modiUser = modiUser;
         this.modiTime = modiTime;
         this.appeUser = appeUser;
         this.appeTime = appeTime;
         this.memo = memo;
         this.barcode = barcode;
+        this.endTime = endTime;
     }
 
 //    WmsWrk wmsWrk = new WmsWrk(

--
Gitblit v1.9.1