Done ticket GEPAFINBE-87

This commit is contained in:
rajesh
2025-06-03 16:57:48 +05:30
parent 670546b4e6
commit ba261783b5
51 changed files with 249 additions and 88 deletions

View File

@@ -2,11 +2,12 @@ package net.gepafin.tendermanagement.entities;
import jakarta.persistence.*;
import lombok.*;
import org.hibernate.annotations.Where;
@Entity
@Table(name = "APPLICATION_FORM")
@Data
@Where(clause = "is_deleted = false")
public class ApplicationFormEntity extends BaseEntity {
@ManyToOne