com.mars.mj.annotation.MarsSelect Maven / Gradle / Ivy
package com.mars.mj.annotation;
import java.lang.annotation.*;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface MarsSelect {
/**
* sql语句
* @return
*/
String sql();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy