no message

This commit is contained in:
2024-05-06 00:47:29 +03:00
parent 15a2f83275
commit b39de4ad14
7 changed files with 64 additions and 10 deletions

View File

@@ -17,6 +17,8 @@ public class ServerSapfor extends riDBObject {
public String call_command = ""; //полная команда вызова.
public String version = "?";
public long buildDate = 0;
@Description("DEFAULT 'Done'")
public ServerSapforState state = ServerSapforState.Done;
public Date getBuildDate() {
return new Date(buildDate);
}