This commit is contained in:
Redkale
2017-05-31 12:17:10 +08:00
parent 0ec2bf211a
commit f320f4c550

View File

@@ -44,4 +44,11 @@ public @interface FilterJoinColumn {
* @return 关联字段
*/
String[] columns();
/**
* 备注描述
*
* @return 备注描述
*/
String comment() default "";
}