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

com.jladder.db.annotation.Pk Maven / Gradle / Ivy

package com.jladder.db.annotation;

public @interface Pk {
    /**
     * 表名
     * @return
     */
    String value() default "";




//    /** 表名前缀 */
//    String prefix() default "";
//
//    /** 表名后缀 */
//    String suffix() default "";


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy