промежуточный. частичный рефакторинг с прицелом на библиотечную часть
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package GlobalData.Grid;
|
||||
import Common.Current;
|
||||
import Common.Database.DBTable;
|
||||
import Common_old.Current;
|
||||
import Common.Database.Tables.DBTable;
|
||||
public class GridsDBTable extends DBTable<Current, Grid> {
|
||||
public GridsDBTable() {
|
||||
super(Current.class, Grid.class);
|
||||
|
||||
Reference in New Issue
Block a user