Merge remote-tracking branch 'origin/master'

This commit is contained in:
15856 2024-11-14 17:24:15 +08:00
commit 7db4153fb0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public @interface PreventRepeatSubmit
/** /**
* 间隔时间(s)小于此时间视为重复提交 * 间隔时间(s)小于此时间视为重复提交
*/ */
public int interval() default 3; public int interval() default 7;
/** /**
* 提示消息 * 提示消息