fix cache bug

This commit is contained in:
Looly
2020-12-04 09:42:58 +08:00
parent 6c76e9258b
commit 8d81a59666
3 changed files with 7 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ import java.sql.SQLException;
* @author Luxiaolei
*
*/
@FunctionalInterface
public interface RsHandler<T> extends Serializable{
/**