From b6fb9d8691f296ac27e2eff9b7248de75f73bfd9 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期三, 07 一月 2026 16:19:50 +0800
Subject: [PATCH] 配置连续出库
---
src/main/java/com/zy/common/model/annotations/little.java | 7 ++++---
1 files changed, 4 insertions(+), 3 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 9bbc47f..c95aaa4 100644
--- a/src/main/java/com/zy/common/model/annotations/little.java
+++ b/src/main/java/com/zy/common/model/annotations/little.java
@@ -9,6 +9,7 @@
* 灏忕妯″紡娉ㄨВ绫�
* @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