Updated cofe for logo

This commit is contained in:
nisha
2024-10-30 16:47:36 +05:30
parent 85d90107d9
commit ab6452308f
4 changed files with 39 additions and 4 deletions

View File

@@ -42,4 +42,7 @@ public class HubEntity extends BaseEntity{
@Column(name = "UNIQUE_UUID")
private String uniqueUuid;
@Column(name="PDF_BANNER")
private String pdfBanner;
}