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

com.github.jeffreyning.mybatisplus.anno.MppMultiId Maven / Gradle / Ivy

The newest version!
package com.github.jeffreyning.mybatisplus.anno;

import java.lang.annotation.*;

/**
 * @author ninghao
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface MppMultiId {
    String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy