fix javadoc warning
This commit is contained in:
@@ -17,5 +17,10 @@ import java.lang.annotation.Target;
|
||||
@Target(ElementType.FIELD)
|
||||
public @interface Column {
|
||||
|
||||
/**
|
||||
* 指定列名
|
||||
*
|
||||
* @return 列名
|
||||
*/
|
||||
String value();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user