com.tmsps.ne4springboot.annotation.NeStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ne4SpringBoot Show documentation
Show all versions of ne4SpringBoot Show documentation
NE For SpringBoot is good :)
The newest version!
package com.tmsps.ne4springboot.annotation;
import java.lang.annotation.*;
/**
* 逻辑删除
*
* @author zhangwei [email protected]
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface NeStatus {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy