1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2026-06-04 18:48:20 +08:00

feat(sql): 优化数据表结构

This commit is contained in:
2022-08-11 17:43:42 +08:00
parent 6883a464db
commit f61294c5f3
4 changed files with 18 additions and 8 deletions
@@ -51,7 +51,7 @@ public class SQLSectionWrapper implements ConfigurationWrapper {
}
@Override
public @Nullable ConfigurationWrapper getConfigurationSection(@NotNull String path) {
public @Nullable SQLSectionWrapper getConfigurationSection(@NotNull String path) {
return null;
}
@@ -0,0 +1,7 @@
package cc.carm.lib.configuration.sql;
public class SQLValueParser {
}