Resolved conflicts while sync with master
This commit is contained in:
@@ -9,6 +9,8 @@ import org.hibernate.annotations.Where;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
|
||||
@Entity
|
||||
@Table(name = "EVALUATION_CRITERIA")
|
||||
@@ -26,5 +28,8 @@ public class EvaluationCriteriaEntity extends BaseEntity {
|
||||
|
||||
@Column(name = "SCORE", nullable = false)
|
||||
private BigDecimal score;
|
||||
|
||||
@Column(name ="IS_DELETED", nullable = false)
|
||||
private Boolean isDeleted = false;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user