From 391cbdd2309469a48d2068c0849b8140e5d5670a Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期二, 13 一月 2026 13:27:32 +0800
Subject: [PATCH] 修复堆垛机

---
 src/main/java/com/zy/asrs/entity/BasDevp.java |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/BasDevp.java b/src/main/java/com/zy/asrs/entity/BasDevp.java
index 1e3d022..72f2c42 100644
--- a/src/main/java/com/zy/asrs/entity/BasDevp.java
+++ b/src/main/java/com/zy/asrs/entity/BasDevp.java
@@ -81,6 +81,12 @@
     @ApiModelProperty(value= "鑳藉嚭")
     private String canouting;
 
+    /**
+     * 鏂欏彿 Y.瀛樺湪  N.涓嶅瓨鍦�
+     */
+    @ApiModelProperty(value= "鏂欏彿")
+    private String inreq1;
+
     @ApiModelProperty(value= "")
     private String fronting;
 
@@ -93,11 +99,7 @@
     @ApiModelProperty(value= "")
     private String downing;
 
-    /**
-     * 闇�姹�1
-     */
-    @ApiModelProperty(value= "闇�姹�1")
-    private String inreq1;
+
 
     /**
      * 闇�姹�2

--
Gitblit v1.9.1