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/ManLocDetl.java |   95 ++++++++++++++++++++++++-----------------------
 1 files changed, 49 insertions(+), 46 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/ManLocDetl.java b/src/main/java/com/zy/asrs/entity/ManLocDetl.java
index 0237818..45fea75 100644
--- a/src/main/java/com/zy/asrs/entity/ManLocDetl.java
+++ b/src/main/java/com/zy/asrs/entity/ManLocDetl.java
@@ -29,14 +29,14 @@
     /**
      * 鎵�灞為」鐩�
      */
-    @ApiModelProperty(value= "鎵�灞為」鐩�")
+    @ApiModelProperty(value = "鎵�灞為」鐩�")
     @TableField("host_id")
     private Long hostId;
 
     /**
      * 璐т綅缂栧彿
      */
-    @ApiModelProperty(value= "璐т綅缂栧彿")
+    @ApiModelProperty(value = "璐т綅缂栧彿")
     @TableId(value = "loc_no", type = IdType.INPUT)
     @TableField("loc_no")
     private String locNo;
@@ -44,27 +44,27 @@
     /**
      * 鎵�灞炶揣浣�
      */
-    @ApiModelProperty(value= "鎵�灞炶揣浣�")
+    @ApiModelProperty(value = "鎵�灞炶揣浣�")
     @TableField("node_id")
     private Long nodeId;
 
     /**
      * 鎵樼洏鐮�
      */
-    @ApiModelProperty(value= "鎵樼洏鐮�")
+    @ApiModelProperty(value = "鎵樼洏鐮�")
     private String zpallet;
 
     /**
      * 搴撳瓨浣欓噺
      */
-    @ApiModelProperty(value= "搴撳瓨浣欓噺")
+    @ApiModelProperty(value = "搴撳瓨浣欓噺")
     @ExcelProperty(value = "搴撳瓨鎬婚噺")
     private Double anfme;
 
     /**
      * 鍟嗗搧缂栧彿
      */
-    @ApiModelProperty(value= "鍟嗗搧缂栧彿")
+    @ApiModelProperty(value = "鍟嗗搧缂栧彿")
     @TableId(value = "matnr", type = IdType.INPUT)
     @ExcelProperty(value = "鍟嗗搧缂栧彿")
     private String matnr;
@@ -72,146 +72,147 @@
     /**
      * 鍟嗗搧鍚嶇О
      */
-    @ApiModelProperty(value= "鍟嗗搧鍚嶇О")
+    @ApiModelProperty(value = "鍟嗗搧鍚嶇О")
     @ExcelProperty(value = "鍟嗗搧鍚嶇О")
     private String maktx;
 
     /**
      * 鍚嶇О
      */
-    @ApiModelProperty(value= "鍚嶇О")
+    @ApiModelProperty(value = "鍚嶇О")
     private String name;
 
     /**
      * 瑙勬牸
      */
-    @ApiModelProperty(value= "瑙勬牸")
+    @ApiModelProperty(value = "瑙勬牸")
     @ExcelProperty(value = "瑙勬牸")
     private String specs;
 
     /**
      * 鍨嬪彿
      */
-    @ApiModelProperty(value= "鍨嬪彿")
+    @ApiModelProperty(value = "鍨嬪彿")
     private String model;
 
     /**
      * 鎵瑰彿
      */
-    @ApiModelProperty(value= "鎵瑰彿")
+    @ApiModelProperty(value = "鎵瑰彿")
     @TableId(value = "batch", type = IdType.INPUT)
     private String batch;
 
     /**
      * 鍗曚綅
      */
-    @ApiModelProperty(value= "鍗曚綅")
+    @ApiModelProperty(value = "鍗曚綅")
     @ExcelProperty(value = "鍗曚綅")
     private String unit;
 
     /**
      * SKC
      */
-    @ApiModelProperty(value= "SKC")
+    @ApiModelProperty(value = "SKC")
     @ExcelProperty(value = "SKC")
     private String barcode;
 
     /**
      * 鍗曟嵁绫诲瀷
      */
-    @ApiModelProperty(value= "鍗曟嵁绫诲瀷")
+    @ApiModelProperty(value = "鍗曟嵁绫诲瀷")
     @TableField("doc_id")
     private Long docId;
 
     /**
      * 鍗曟嵁缂栧彿
      */
-    @ApiModelProperty(value= "鍗曟嵁缂栧彿")
+    @ApiModelProperty(value = "鍗曟嵁缂栧彿")
     @TableField("doc_num")
     private String docNum;
 
     /**
      * 瀹㈡埛鍚嶇О
      */
-    @ApiModelProperty(value= "瀹㈡埛鍚嶇О")
+    @ApiModelProperty(value = "瀹㈡埛鍚嶇О")
     @TableField("cust_name")
     private String custName;
 
     /**
      * 鍝侀」鏁�
      */
-    @ApiModelProperty(value= "鍝侀」鏁�")
+    @ApiModelProperty(value = "鍝侀」鏁�")
     @TableField("item_num")
     private Integer itemNum;
 
     /**
      * 鏁伴噺
      */
-    @ApiModelProperty(value= "鏁伴噺")
+    @ApiModelProperty(value = "鏁伴噺")
     private Integer count;
 
 
     /**
      * 鍗曚环
      */
-    @ApiModelProperty(value= "鍗曚环")
+    @ApiModelProperty(value = "鍗曚环")
     private Double price;
 
     /**
      * 閲嶉噺
      */
-    @ApiModelProperty(value= "閲嶉噺")
+    @ApiModelProperty(value = "閲嶉噺")
     private Double weight;
 
     /**
      * 鐘舵�� 1: 姝e父  0: 绂佺敤
      */
-    @ApiModelProperty(value= "鐘舵�� 1: 姝e父  0: 绂佺敤  ")
+    @ApiModelProperty(value = "鐘舵�� 1: 姝e父  0: 绂佺敤  ")
     private Integer status;
 
     /**
      * 娣诲姞浜哄憳
      */
-    @ApiModelProperty(value= "娣诲姞浜哄憳")
+    @ApiModelProperty(value = "娣诲姞浜哄憳")
     @TableField("create_by")
     private Long createBy;
 
     /**
      * 娣诲姞鏃堕棿
      */
-    @ApiModelProperty(value= "娣诲姞鏃堕棿")
+    @ApiModelProperty(value = "娣诲姞鏃堕棿")
     @TableField("create_time")
     private Date createTime;
 
     /**
      * 淇敼浜哄憳
      */
-    @ApiModelProperty(value= "淇敼浜哄憳")
+    @ApiModelProperty(value = "淇敼浜哄憳")
     @TableField("update_by")
     private Long updateBy;
 
     /**
      * 淇敼鏃堕棿
      */
-    @ApiModelProperty(value= "淇敼鏃堕棿")
+    @ApiModelProperty(value = "淇敼鏃堕棿")
     @TableField("modi_time")
     private Date modiTime;
 
     /**
      * 澶囨敞
      */
-    @ApiModelProperty(value= "澶囨敞")
+    @ApiModelProperty(value = "澶囨敞")
     private String memo;
 
     /**
      * 鎷ユ湁鑰�
      */
-    @ApiModelProperty(value= "鎷ユ湁鑰� 1: 鏉板厠   ")
+    @ApiModelProperty(value = "鎷ユ湁鑰� 1: 鏉板厠   ")
     private Integer owner;
 
-    public ManLocDetl() {}
+    public ManLocDetl() {
+    }
 
-    public ManLocDetl(Long hostId, String locNo,Long nodeId,String zpallet,Double anfme,String matnr,String maktx,String name,String specs,String model,String batch,String unit,String barcode,Long docId,String docNum,String custName,Integer itemNum,Integer count,Double weight,Integer status,Long createBy,Date createTime,Long updateBy,Date modiTime,String memo) {
+    public ManLocDetl(Long hostId, String locNo, Long nodeId, String zpallet, Double anfme, String matnr, String maktx, String name, String specs, String model, String batch, String unit, String barcode, Long docId, String docNum, String custName, Integer itemNum, Integer count, Double weight, Integer status, Long createBy, Date createTime, Long updateBy, Date modiTime, String memo) {
         this.hostId = hostId;
         this.nodeId = nodeId;
         this.zpallet = zpallet;
@@ -264,19 +265,19 @@
 //            null    // 澶囨敞
 //    );
 
-    public String getHostId$(){
+    public String getHostId$() {
         HostService service = SpringUtils.getBean(HostService.class);
         Host host = service.selectById(this.hostId);
-        if (!Cools.isEmpty(host)){
+        if (!Cools.isEmpty(host)) {
             return String.valueOf(host.getName());
         }
         return null;
     }
 
-    public String getOwner$(){
+    public String getOwner$() {
         LocOwnerService service = SpringUtils.getBean(LocOwnerService.class);
         LocOwner locOwner = service.selectById(this.owner);
-        if (!Cools.isEmpty(locOwner)){
+        if (!Cools.isEmpty(locOwner)) {
             return String.valueOf(locOwner.getOwner());
         }
         return null;
@@ -286,18 +287,20 @@
         return nodeId;
     }
 
-    public String getNodeId$(){
+    public String getNodeId$() {
         NodeService service = SpringUtils.getBean(NodeService.class);
         Node node = service.selectById(this.nodeId);
-        if (!Cools.isEmpty(node)){
+        if (!Cools.isEmpty(node)) {
             return String.valueOf(node.getName());
         }
         return null;
     }
 
-    public String getStatus$(){
-        if (null == this.status){ return null; }
-        switch (this.status){
+    public String getStatus$() {
+        if (null == this.status) {
+            return null;
+        }
+        switch (this.status) {
             case 1:
                 return "姝e父";
             case 0:
@@ -307,33 +310,33 @@
         }
     }
 
-    public String getCreateBy$(){
+    public String getCreateBy$() {
         UserService service = SpringUtils.getBean(UserService.class);
         User user = service.selectById(this.createBy);
-        if (!Cools.isEmpty(user)){
+        if (!Cools.isEmpty(user)) {
             return String.valueOf(user.getNickname());
         }
         return null;
     }
 
-    public String getCreateTime$(){
-        if (Cools.isEmpty(this.createTime)){
+    public String getCreateTime$() {
+        if (Cools.isEmpty(this.createTime)) {
             return "";
         }
         return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.createTime);
     }
 
-    public String getUpdateBy$(){
+    public String getUpdateBy$() {
         UserService service = SpringUtils.getBean(UserService.class);
         User user = service.selectById(this.updateBy);
-        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);

--
Gitblit v1.9.1