This commit is contained in:
Redkale
2016-12-23 18:20:04 +08:00
parent 5c11742b51
commit 83aba2ebee

View File

@@ -54,4 +54,11 @@ public @interface FilterColumn {
*/
boolean itemand() default true;
/**
* 备注描述
*
* @return 备注描述
*/
String comment() default "";
}