move query builders to proper locations

This commit is contained in:
wea_ondara
2022-11-24 14:54:56 +01:00
parent 103beeaafb
commit 922da9556c
3 changed files with 8 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
package jef.platform.mysql.query;
import jef.platform.base.query.QueryBuilder;
public class MysqlQueryBuilder extends QueryBuilder {
}