From 826a7357f38711df1fa808f6971981ce6ab35927 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期五, 19 十二月 2025 15:27:46 +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