displayName

develop
yuemian 2024-09-03 14:49:36 +08:00
parent 225bcb3c90
commit fefb8443cf
1 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,9 @@ public class PhysicalServer extends Generic {
@Column("is_deleted")
private Boolean isDeleted;
@Column("display_name")
private String displayName;
@IgnoreAll
private String hostname;