From cd761b085ddff0d4f55a0d5b892b3120cf8fa9d2 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期二, 13 一月 2026 13:18:04 +0800
Subject: [PATCH] 修改了AGV请求接口的逻辑,Mas获取返回信息的订单编号
---
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