派生自 pfms_20210718_old

RenJie_AliYun
2021-07-18 4ffcf44400d2f0e9bbef04db57f8bd3857651410
1
2
3
4
5
6
7
8
9
package cn.org.xinke.annotation;
 
import java.lang.annotation.*;
 
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Login {
}