no message

This commit is contained in:
2024-10-20 17:44:30 +03:00
parent 3f42f61c76
commit a042f24833
59 changed files with 34 additions and 234 deletions

View File

@@ -8,7 +8,6 @@ public class SapforProfile extends iDBObject {
public String description = "";
@Description("DEFAULT 0")
public long creationDate = 0;
@Override
public Object getFieldAt(int columnIndex) {
switch (columnIndex) {