1
mirror of https://github.com/carm-outsource/TimeReward.git synced 2026-06-04 15:28:16 +08:00

refactor(update): 适配最新依赖版本 (#5)

* refactor(update): 适配最新依赖版本

* feat(update): 更新 README,添加更多自定义语言文本。
This commit is contained in:
Yurinann
2023-02-22 19:26:25 +08:00
committed by GitHub
parent 1dc99f5f1c
commit 45346b093a
30 changed files with 766 additions and 869 deletions
@@ -0,0 +1,8 @@
package cc.carm.plugin.timereward.util;
import cc.carm.plugin.timereward.storage.database.MySQLStorage;
@FunctionalInterface
public interface DataTaskRunner {
void run(MySQLStorage mySQLStorage) throws Exception;
}