From 8d90833250abee5951572659e9a192f2487cd704 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 03 十一月 2025 09:30:52 +0800
Subject: [PATCH] 标准wms2.0
---
 src/main/java/com/zy/asrs/entity/BasStation.java |  168 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 84 insertions(+), 84 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/BasStation.java b/src/main/java/com/zy/asrs/entity/BasStation.java
index f2f4b9d..e021b8e 100644
--- a/src/main/java/com/zy/asrs/entity/BasStation.java
+++ b/src/main/java/com/zy/asrs/entity/BasStation.java
@@ -1,28 +1,21 @@
 package com.zy.asrs.entity;
 
-import com.core.common.Cools;import com.baomidou.mybatisplus.annotations.TableId;
-import com.baomidou.mybatisplus.enums.IdType;
 import com.baomidou.mybatisplus.annotations.TableField;
-import java.text.SimpleDateFormat;
-import java.util.Date;
-
+import com.baomidou.mybatisplus.annotations.TableId;
+import com.baomidou.mybatisplus.annotations.TableName;
+import com.baomidou.mybatisplus.enums.IdType;
+import com.core.common.Cools;
+import com.core.common.SpringUtils;
 import com.zy.asrs.enums.LocStsType;
-import org.springframework.format.annotation.DateTimeFormat;
-import com.core.common.SpringUtils;
-import com.zy.system.service.UserService;
 import com.zy.system.entity.User;
-import java.text.SimpleDateFormat;
-import java.util.Date;
-import com.core.common.SpringUtils;
 import com.zy.system.service.UserService;
-import com.zy.system.entity.User;
-import java.text.SimpleDateFormat;
-import java.util.Date;
-
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
-import com.baomidou.mybatisplus.annotations.TableName;
+import org.springframework.format.annotation.DateTimeFormat;
+
 import java.io.Serializable;
+import java.text.SimpleDateFormat;
+import java.util.Date;
 
 @Data
 @TableName("agv_bas_station")
@@ -33,201 +26,202 @@
     /**
      * 涓婚敭
      */
-    @ApiModelProperty(value= "涓婚敭")
+    @ApiModelProperty(value = "涓婚敭")
     @TableId(value = "id", type = IdType.AUTO)
     private Long id;
 
     /**
      * 缂栧彿
      */
-    @ApiModelProperty(value= "缂栧彿")
+    @ApiModelProperty(value = "缂栧彿")
     @TableField("dev_no")
     private String devNo;
 
     /**
      * 璁惧鎻忚堪
      */
-    @ApiModelProperty(value= "璁惧鎻忚堪")
+    @ApiModelProperty(value = "璁惧鎻忚堪")
     @TableField("dec_desc")
     private String decDesc;
 
     /**
      * 澶囨敞
      */
-    @ApiModelProperty(value= "澶囨敞")
+    @ApiModelProperty(value = "澶囨敞")
     @TableField("dev_mk")
     private String devMk;
 
     /**
      * 鍙叆(checkBox)
      */
-    @ApiModelProperty(value= "鍙叆(checkBox)")
+    @ApiModelProperty(value = "鍙叆(checkBox)")
     @TableField("in_enable")
     private String inEnable;
 
     /**
      * 鍙嚭(checkBox)
      */
-    @ApiModelProperty(value= "鍙嚭(checkBox)")
+    @ApiModelProperty(value = "鍙嚭(checkBox)")
     @TableField("out_enable")
     private String outEnable;
 
     /**
      * 鑷姩(checkBox)
      */
-    @ApiModelProperty(value= "鑷姩(checkBox)")
+    @ApiModelProperty(value = "鑷姩(checkBox)")
     private String autoing;
 
     /**
      * 鏈夌墿(checkBox)
      */
-    @ApiModelProperty(value= "鏈夌墿(checkBox)")
+    @ApiModelProperty(value = "鏈夌墿(checkBox)")
     private String loading;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value = "")
     @TableField("loc_sts")
     private String locSts;
 
     /**
      * 鑳藉叆(checkBox)
      */
-    @ApiModelProperty(value= "鑳藉叆(checkBox)")
+    @ApiModelProperty(value = "鑳藉叆(checkBox)")
     private String canining;
 
     /**
      * 鑳藉嚭(checkBox)
      */
-    @ApiModelProperty(value= "鑳藉嚭(checkBox)")
+    @ApiModelProperty(value = "鑳藉嚭(checkBox)")
     private String canouting;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value = "")
     private String fronting;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value = "")
     private String rearing;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value = "")
     private String uping;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value = "")
     private String downing;
 
     /**
      * 宸ヤ綔鍙�
      */
-    @ApiModelProperty(value= "宸ヤ綔鍙�")
+    @ApiModelProperty(value = "宸ヤ綔鍙�")
     @TableField("wrk_no")
     private Integer wrkNo;
 
     /**
      * 瀹瑰櫒绫诲瀷
      */
-    @ApiModelProperty(value= "瀹瑰櫒绫诲瀷")
+    @ApiModelProperty(value = "瀹瑰櫒绫诲瀷")
     @TableField("ctn_type")
     private Integer ctnType;
 
     /**
      * 鏉″舰鐮�
      */
-    @ApiModelProperty(value= "鏉″舰鐮�")
+    @ApiModelProperty(value = "鏉″舰鐮�")
     private String barcode;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value = "")
     @TableField("in_qty")
     private Integer inQty;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value = "")
     private Integer row1;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value = "")
     @TableField("io_time")
-    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
+    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date ioTime;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value = "")
     private String area;
 
     @ApiModelProperty("搴撳尯ID")
     @TableField("area_id")
     private String areaId;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value = "")
     @TableField("in_ok")
     private String inOk;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value = "")
     @TableField("out_ok")
     private String outOk;
 
     /**
-     * 楂樹綆绫诲瀷 0: 鏈煡  1: 浣庡簱浣�  2: 楂樺簱浣�  
+     * 楂樹綆绫诲瀷 0: 鏈煡  1: 浣庡簱浣�  2: 楂樺簱浣�
      */
-    @ApiModelProperty(value= "楂樹綆绫诲瀷 0: 鏈煡  1: 浣庡簱浣�  2: 楂樺簱浣�  ")
+    @ApiModelProperty(value = "楂樹綆绫诲瀷 0: 鏈煡  1: 浣庡簱浣�  2: 楂樺簱浣�  ")
     @TableField("loc_type1")
     private Short locType1;
 
     /**
-     * 瀹界獎绫诲瀷 0: 鏈煡  1: 绐勫簱浣�  2: 瀹藉簱浣�  
+     * 瀹界獎绫诲瀷 0: 鏈煡  1: 绐勫簱浣�  2: 瀹藉簱浣�
      */
-    @ApiModelProperty(value= "瀹界獎绫诲瀷 0: 鏈煡  1: 绐勫簱浣�  2: 瀹藉簱浣�  ")
+    @ApiModelProperty(value = "瀹界獎绫诲瀷 0: 鏈煡  1: 绐勫簱浣�  2: 瀹藉簱浣�  ")
     @TableField("loc_type2")
     private Short locType2;
 
     /**
-     * 杞婚噸绫诲瀷 0: 鏈煡  1: 杞诲簱浣�  2: 閲嶅簱浣�  
+     * 杞婚噸绫诲瀷 0: 鏈煡  1: 杞诲簱浣�  2: 閲嶅簱浣�
      */
-    @ApiModelProperty(value= "杞婚噸绫诲瀷 0: 鏈煡  1: 杞诲簱浣�  2: 閲嶅簱浣�  ")
+    @ApiModelProperty(value = "杞婚噸绫诲瀷 0: 鏈煡  1: 杞诲簱浣�  2: 閲嶅簱浣�  ")
     @TableField("loc_type3")
     private Short locType3;
 
     /**
      * 淇敼浜哄憳
      */
-    @ApiModelProperty(value= "淇敼浜哄憳")
+    @ApiModelProperty(value = "淇敼浜哄憳")
     @TableField("modi_user")
     private Long modiUser;
 
     /**
      * 淇敼鏃堕棿
      */
-    @ApiModelProperty(value= "淇敼鏃堕棿")
+    @ApiModelProperty(value = "淇敼鏃堕棿")
     @TableField("modi_time")
-    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
+    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date modiTime;
 
     /**
      * 鍒涘缓鑰�
      */
-    @ApiModelProperty(value= "鍒涘缓鑰�")
+    @ApiModelProperty(value = "鍒涘缓鑰�")
     @TableField("appe_user")
     private Long appeUser;
 
     /**
      * 娣诲姞鏃堕棿
      */
-    @ApiModelProperty(value= "娣诲姞鏃堕棿")
+    @ApiModelProperty(value = "娣诲姞鏃堕棿")
     @TableField("appe_time")
-    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
+    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date appeTime;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value = "")
     @TableField("std_qty")
     private Double stdQty;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value = "")
     @TableField("min_wt")
     private Double minWt;
 
     /**
      * 閲嶉噺
      */
-    @ApiModelProperty(value= "閲嶉噺")
+    @ApiModelProperty(value = "閲嶉噺")
     @TableField("gross_wt")
     private Double grossWt;
 
-    public BasStation() {}
+    public BasStation() {
+    }
 
-    public BasStation(String devNo,String decDesc,String devMk,String inEnable,String outEnable,String autoing,String loading,String locSts,String canining,String canouting,String fronting,String rearing,String uping,String downing,Integer wrkNo,Integer ctnType,String barcode,Integer inQty,Integer row1,Date ioTime,String area,String inOk,String outOk,Short locType1,Short locType2,Short locType3,Long modiUser,Date modiTime,Long appeUser,Date appeTime,Double stdQty,Double minWt,Double grossWt) {
+    public BasStation(String devNo, String decDesc, String devMk, String inEnable, String outEnable, String autoing, String loading, String locSts, String canining, String canouting, String fronting, String rearing, String uping, String downing, Integer wrkNo, Integer ctnType, String barcode, Integer inQty, Integer row1, Date ioTime, String area, String inOk, String outOk, Short locType1, Short locType2, Short locType3, Long modiUser, Date modiTime, Long appeUser, Date appeTime, Double stdQty, Double minWt, Double grossWt) {
         this.devNo = devNo;
         this.decDesc = decDesc;
         this.devMk = devMk;
@@ -299,36 +293,38 @@
 //            null    // 閲嶉噺
 //    );
 
-    public String getIoTime$(){
-        if (Cools.isEmpty(this.ioTime)){
+    public String getIoTime$() {
+        if (Cools.isEmpty(this.ioTime)) {
             return "";
         }
         return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.ioTime);
     }
 
     public String getLocSts$() {
-        if (Cools.isEmpty(this.locSts)){
+        if (Cools.isEmpty(this.locSts)) {
             return null;
         }
         if (this.locSts.equals(LocStsType.LOC_STS_TYPE_O.type)) {
-            return LocStsType.LOC_STS_TYPE_O.type +  "." +  LocStsType.LOC_STS_TYPE_O.desc;
+            return LocStsType.LOC_STS_TYPE_O.type + "." + LocStsType.LOC_STS_TYPE_O.desc;
         } else if (this.locSts.equals(LocStsType.LOC_STS_TYPE_R.type)) {
-            return LocStsType.LOC_STS_TYPE_R.type +  "." +  LocStsType.LOC_STS_TYPE_R.desc;
+            return LocStsType.LOC_STS_TYPE_R.type + "." + LocStsType.LOC_STS_TYPE_R.desc;
         } else if (this.locSts.equals(LocStsType.LOC_STS_TYPE_S.type)) {
-            return LocStsType.LOC_STS_TYPE_S.type +  "." +  LocStsType.LOC_STS_TYPE_S.desc;
+            return LocStsType.LOC_STS_TYPE_S.type + "." + LocStsType.LOC_STS_TYPE_S.desc;
         } else if (this.locSts.equals(LocStsType.LOC_STS_TYPE_F.type)) {
-            return LocStsType.LOC_STS_TYPE_F.type +  "." +  LocStsType.LOC_STS_TYPE_F.desc;
+            return LocStsType.LOC_STS_TYPE_F.type + "." + LocStsType.LOC_STS_TYPE_F.desc;
         } else if (this.locSts.equals(LocStsType.LOC_STS_TYPE_X.type)) {
-            return LocStsType.LOC_STS_TYPE_X.type +  "." +  LocStsType.LOC_STS_TYPE_X.desc;
+            return LocStsType.LOC_STS_TYPE_X.type + "." + LocStsType.LOC_STS_TYPE_X.desc;
         } else if (this.locSts.equals(LocStsType.LOC_STS_TYPE_D.type)) {
-            return LocStsType.LOC_STS_TYPE_D.type +  "." +  LocStsType.LOC_STS_TYPE_D.desc;
+            return LocStsType.LOC_STS_TYPE_D.type + "." + LocStsType.LOC_STS_TYPE_D.desc;
         }
         return null;
     }
 
-    public String getLocType1$(){
-        if (null == this.locType1){ return null; }
-        switch (this.locType1){
+    public String getLocType1$() {
+        if (null == this.locType1) {
+            return null;
+        }
+        switch (this.locType1) {
             case 0:
                 return "鏈煡";
             case 1:
@@ -340,9 +336,11 @@
         }
     }
 
-    public String getLocType2$(){
-        if (null == this.locType2){ return null; }
-        switch (this.locType2){
+    public String getLocType2$() {
+        if (null == this.locType2) {
+            return null;
+        }
+        switch (this.locType2) {
             case 0:
                 return "鏈煡";
             case 1:
@@ -354,9 +352,11 @@
         }
     }
 
-    public String getLocType3$(){
-        if (null == this.locType3){ return null; }
-        switch (this.locType3){
+    public String getLocType3$() {
+        if (null == this.locType3) {
+            return null;
+        }
+        switch (this.locType3) {
             case 0:
                 return "鏈煡";
             case 1:
@@ -368,33 +368,33 @@
         }
     }
 
-    public String getModiUser$(){
+    public String getModiUser$() {
         UserService service = SpringUtils.getBean(UserService.class);
         User user = service.selectById(this.modiUser);
-        if (!Cools.isEmpty(user)){
+        if (!Cools.isEmpty(user)) {
             return String.valueOf(user.getNickname());
         }
         return null;
     }
 
-    public String getModiTime$(){
-        if (Cools.isEmpty(this.modiTime)){
+    public String getModiTime$() {
+        if (Cools.isEmpty(this.modiTime)) {
             return "";
         }
         return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.modiTime);
     }
 
-    public String getAppeUser$(){
+    public String getAppeUser$() {
         UserService service = SpringUtils.getBean(UserService.class);
         User user = service.selectById(this.appeUser);
-        if (!Cools.isEmpty(user)){
+        if (!Cools.isEmpty(user)) {
             return String.valueOf(user.getNickname());
         }
         return null;
     }
 
-    public String getAppeTime$(){
-        if (Cools.isEmpty(this.appeTime)){
+    public String getAppeTime$() {
+        if (Cools.isEmpty(this.appeTime)) {
             return "";
         }
         return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.appeTime);
--
Gitblit v1.9.1