Merge branch 'develop' of https://github.com/Kitzanos/GEPAFIN-BE into develop

This commit is contained in:
nisha
2024-10-30 16:49:26 +05:30
12 changed files with 126 additions and 29 deletions

View File

@@ -45,4 +45,8 @@ public class HubEntity extends BaseEntity{
@Column(name="PDF_BANNER")
private String pdfBanner;
@Column(name = "EMAIL_SIGNATURE")
private String emailSignature;
}