提交 629bcd77 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 b69fbbf2
package com.zrqx.core.util.encry.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 字段是否需要加密注解
* @author lpf
* @date 2018年11月16日下午5:05:43
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface Encrypt {
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论