From 2aa128b440d7b1b571ef48f175e6bde2231ae988 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期四, 25 十二月 2025 14:41:14 +0800
Subject: [PATCH] 1.初始化 2.新增拍照

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

diff --git a/src/main/java/com/zy/asrs/entity/BasDevp.java b/src/main/java/com/zy/asrs/entity/BasDevp.java
index 388c3e2..4ce18b6 100644
--- a/src/main/java/com/zy/asrs/entity/BasDevp.java
+++ b/src/main/java/com/zy/asrs/entity/BasDevp.java
@@ -94,9 +94,9 @@
     private String downing;
 
     /**
-     * 闇�姹�1
+     * 鏂欐灦
      */
-    @ApiModelProperty(value= "闇�姹�1")
+    @ApiModelProperty(value= "鏂欐灦")
     private String inreq1;
 
     /**
@@ -129,7 +129,7 @@
     @ApiModelProperty(value= "鏉″舰鐮�")
     private String barcode;
 
-    @ApiModelProperty(value= "")
+    @ApiModelProperty(value= "鍏ュ簱鏆傚瓨鏁�")
     @TableField("in_qty")
     private Integer inQty;
 

--
Gitblit v1.9.1