Done ticket GEPAFINBE-87
This commit is contained in:
@@ -3,10 +3,12 @@ package net.gepafin.tendermanagement.entities;
|
||||
import com.fasterxml.jackson.annotation.JsonValue;
|
||||
import jakarta.persistence.*;
|
||||
import lombok.Data;
|
||||
import org.hibernate.annotations.Where;
|
||||
|
||||
@Entity
|
||||
@Table(name = "LOOKUP_DATA")
|
||||
@Data
|
||||
@Where(clause = "is_deleted = false")
|
||||
public class LookUpDataEntity extends BaseEntity{
|
||||
|
||||
@Column(name = "TITLE", columnDefinition = "TEXT", nullable = true)
|
||||
|
||||
Reference in New Issue
Block a user