All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tmsps.ne4springboot.annotation.NeStatus Maven / Gradle / Ivy

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