From 0ac76f7d8101903e1d050116f7d3835ce1303dfa Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 06 一月 2025 17:00:37 +0800
Subject: [PATCH] #

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

diff --git a/src/main/java/com/zy/asrs/entity/LocMast.java b/src/main/java/com/zy/asrs/entity/LocMast.java
index d465035..c302885 100644
--- a/src/main/java/com/zy/asrs/entity/LocMast.java
+++ b/src/main/java/com/zy/asrs/entity/LocMast.java
@@ -29,35 +29,9 @@
     @TableField("loc_no")
     private String locNo;
 
-    /**
-     * 搴撲綅绫诲瀷
-     */
-    @ApiModelProperty(value= "搴撲綅绫诲瀷")
-    @TableField("whs_type")
-    private Long whsType;
-
-    @ApiModelProperty(value= "")
-    @TableField("plt_type")
-    private Integer pltType;
-
-    @ApiModelProperty(value= "")
-    @TableField("ctn_type")
-    private Integer ctnType;
-
     @ApiModelProperty(value= "搴撲綅鐘舵��")
     @TableField("loc_sts")
     private String locSts;
-
-    @ApiModelProperty(value= "")
-    @TableField("sheet_no")
-    private String sheetNo;
-
-    /**
-     * 鍫嗗灈鏈哄彿(asr_bas_crnp)
-     */
-    @ApiModelProperty(value= "鍫嗗灈鏈哄彿")
-    @TableField("crn_no")
-    private Integer crnNo;
 
     /**
      * 鎺�
@@ -77,13 +51,6 @@
     @ApiModelProperty(value= "灞�")
     private Integer lev1;
 
-    /**
-     * 婊℃澘
-     */
-    @ApiModelProperty(value= "婊℃澘")
-    @TableField("full_plt")
-    private String fullPlt;
-
     @ApiModelProperty(value= "")
     @TableField("loc_type")
     private String locType;
@@ -101,16 +68,8 @@
     private Short locType3;
 
     @ApiModelProperty(value= "")
-    @TableField("out_enable")
-    private String outEnable;
-
-    @ApiModelProperty(value= "")
     @TableField("io_time")
     private Date ioTime;
-
-    @ApiModelProperty(value= "")
-    @TableField("first_time")
-    private Date firstTime;
 
     /**
      * 淇敼浜哄憳
@@ -149,30 +108,7 @@
     private String errorMemo;
 
     @ApiModelProperty(value= "")
-    @TableField("ctn_kind")
-    private Integer ctnKind;
-
-    @ApiModelProperty(value= "")
-    @TableField("sc_weight")
-    private Double scWeight;
-
-    @ApiModelProperty(value= "")
-    @TableField("inv_wh")
-    private String invWh;
-
-    @ApiModelProperty(value= "")
-    private String mk;
-
-    @ApiModelProperty(value= "")
     private String barcode;
-
-    @ApiModelProperty(value= "")
-    @TableField("Pdc_type")
-    private String PdcType;
-
-    @ApiModelProperty(value= "")
-    @TableField("ctn_no")
-    private String ctnNo;
 
     @ApiModelProperty(value= "搴撲綅鐪熷疄浜岀淮鐮�")
     @TableField("qr_code_value")
@@ -183,13 +119,6 @@
             return "";
         }
         return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.ioTime);
-    }
-
-    public String getFirstTime$(){
-        if (Cools.isEmpty(this.firstTime)){
-            return "";
-        }
-        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.firstTime);
     }
 
     public String getLocType1$() {

--
Gitblit v1.9.1