level 2
MannySweet
楼主
@condition 注解怎么使用
下面是源码
public @interface Condition {
String column() default "";
String[] properties() default {};
String alias() default "";
Type type() default Type.SIMPLE_PROPERTY;
IgnoreCaseType ignoreCaseType() default IgnoreCaseType.NEVER;
}
2018年06月14日 06点06分
1
下面是源码
public @interface Condition {
String column() default "";
String[] properties() default {};
String alias() default "";
Type type() default Type.SIMPLE_PROPERTY;
IgnoreCaseType ignoreCaseType() default IgnoreCaseType.NEVER;
}