唐耀东
2022-03-25 6f90df137a8577cb4716e43d01817c9ab0bb9096
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.common.annotation;
 
import java.lang.annotation.*;
 
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Documented
public @interface DataDictClass {
 
}