首页>代码>Spring Boot + MyBatis + AOP + LayUI实现权限管理系统>/lab/src/main/java/com/neusoft/demosb/annotation/Id.java
package com.neusoft.demosb.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface Id {
String value() default "";
}
最近下载更多
ttg2025 LV3
7月14日
李朝磊 LV18
2024年5月27日
interface LV22
2024年5月7日
微信网友_6906962132258816 LV7
2024年4月21日
HANCW LV9
2024年4月16日
ww0408 LV1
2023年12月28日
WBelong LV8
2023年12月26日
fff2003 LV9
2023年11月14日
1003480239 LV7
2023年5月29日
微信网友_6319582217965568 LV3
2023年2月18日

最近浏览