ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/RepeatSubmitProperties.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/RepeatSubmitProperties.java
¶Ô±ÈÐÂÎļþ @@ -0,0 +1,22 @@ package com.ruoyi.framework.config.properties; import lombok.Data; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; /** * éå¤æäº¤ é ç½®å±æ§ * * @author Lion Li */ @Data @Component @ConfigurationProperties(prefix = "repeat-submit") public class RepeatSubmitProperties { /** * é´éæ¶é´(毫ç§) */ private int intervalTime; }