From 1b5a723592ea63e5eec0bdeef7855b9c40e9df71 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期四, 03 七月 2025 17:46:35 +0800 Subject: [PATCH] art:三保-设计修改 --- lxzn-boot-base-core/src/main/java/org/jeecg/common/aspect/annotation/DictList.java | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/lxzn-boot-base-core/src/main/java/org/jeecg/common/aspect/annotation/DictList.java b/lxzn-boot-base-core/src/main/java/org/jeecg/common/aspect/annotation/DictList.java new file mode 100644 index 0000000..33b19d3 --- /dev/null +++ b/lxzn-boot-base-core/src/main/java/org/jeecg/common/aspect/annotation/DictList.java @@ -0,0 +1,16 @@ +package org.jeecg.common.aspect.annotation; + +import java.lang.annotation.ElementType; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +import java.lang.annotation.Target; + +/** + * 绫绘弿杩�: 娣卞害瀛楀吀缈昏瘧娉ㄨВ + * 鍙兘鐢ㄦ潵娉ㄨВList绫诲瀷鐨勫睘鎬� + */ +@Target(ElementType.FIELD) +@Retention(RetentionPolicy.RUNTIME) +public @interface DictList { + +} -- Gitblit v1.9.3