промежуточный. Убираю проходы дублирования групп и конфигураций. Не нужны.

This commit is contained in:
2023-11-15 19:31:47 +03:00
parent 25613012fd
commit 6523540d6f
15 changed files with 48 additions and 152 deletions

View File

@@ -10,10 +10,6 @@ public class iDBObject extends DBObject {
return id;
}
@Override
public String getFKName() {
return getClass().getSimpleName().toLowerCase() + "_id";
}
@Override
public Object getEmptyFK() {
return Constants.Nan;
}