公告板
版本库
filestore
活动
搜索
登录
main
/
ytslOA-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
施工交付增加其他录入交付功能
唐耀东
2022-10-12
d1bcbbefab4da603c275ed61d0018a46dbc67d1e
[ytslOA-server.git]
/
ruoyi-common
/
src
/
main
/
java
/
com
/
ruoyi
/
common
/
annotation
/
DataDictClass.java
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 {
}