Test commit - sync between machines

This commit is contained in:
2025-06-22 08:11:08 -05:00
parent b93f262622
commit fe0c9f4b9c
3 changed files with 59 additions and 5 deletions

View File

@ -594,6 +594,7 @@ public abstract class QRecordEntity
{
Field tableNameField = entityClass.getDeclaredField("TABLE_NAME");
String tableNameValue = (String) tableNameField.get(null);
return (tableNameValue);
}
catch(Exception e)