Commit 77919c68 authored by tangwei's avatar tangwei

修改注解默认值

parent 5c7be6d5
...@@ -25,7 +25,7 @@ public @interface UserEmpower { ...@@ -25,7 +25,7 @@ public @interface UserEmpower {
/** /**
* @param 经销商字段(Field1,Field2) * @param 经销商字段(Field1,Field2)
*/ */
String[] dealerField(); String[] dealerField() default {};
/** /**
* @param 每个字段运算符( in,like,likeLeft,likeRight,eq) * @param 每个字段运算符( in,like,likeLeft,likeRight,eq)
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment