支持批量参数传递名称

main
youHong.ai 2023-03-20 14:41:44 +08:00
parent 2ea391e814
commit f79891d95f
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ import java.lang.annotation.*;
@Documented @Documented
public @interface BatchSqlArgs { public @interface BatchSqlArgs {
String value() default ""; String value() default "item";
} }