FilterOrs

This commit is contained in:
redkale
2024-06-05 16:55:19 +08:00
parent 7d84c0ca1f
commit 00e0a820c7

View File

@@ -28,7 +28,7 @@ public @interface FilterOrs {
/** /**
* OR 关系的组名 * OR 关系的组名
* *
* @return * @return 组名集合
*/ */
String[] value(); String[] value();
} }