支持批量参数传递名称
parent
2ea391e814
commit
f79891d95f
|
@ -15,5 +15,5 @@ import java.lang.annotation.*;
|
|||
@Documented
|
||||
public @interface BatchSqlArgs {
|
||||
|
||||
String value() default "";
|
||||
String value() default "item";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue