From b14cbe848a3c76cdbb4baa8f067f2a2c9ce1e07c Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期四, 22 五月 2025 11:03:51 +0800
Subject: [PATCH] 入库完成取消禁用库位

---
 src/main/java/com/zy/common/model/annotations/little.java |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/zy/common/model/annotations/little.java b/src/main/java/com/zy/common/model/annotations/little.java
index 7ecdb45..c95aaa4 100644
--- a/src/main/java/com/zy/common/model/annotations/little.java
+++ b/src/main/java/com/zy/common/model/annotations/little.java
@@ -7,8 +7,9 @@
 
 /**
  * 灏忕妯″紡娉ㄨВ绫�
- * @author uiu
+ * @author vincent
  */
-@Retention(RetentionPolicy.RUNTIME) 
-@Target({ElementType.FIELD,ElementType.TYPE,ElementType.METHOD}) 
-public @interface little {}
\ No newline at end of file
+@Retention(RetentionPolicy.RUNTIME)
+@Target({ElementType.FIELD, ElementType.TYPE, ElementType.METHOD})
+public @interface little {
+}
\ No newline at end of file

--
Gitblit v1.9.1