Merge branch 'feature/GEPAFINBE-3' of https://github.com/Kitzanos/GEPAFIN-BE into feature/GEPAFINBE-8

This commit is contained in:
harish
2024-08-22 11:39:37 +05:30
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ import lombok.Setter;
import java.time.LocalDateTime;
@Entity
@Table(name = "\"USER\"")
@Table(name = "GEPAFIN_USER")
@Getter
@Setter
public class UserEntity extends BaseEntity {