#7 Perfil de Personal Administrativo - Listado de empleados #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Rama-Ricardo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -19,3 +19,2 @@
public class Employee extends BaseEntity {
private String username;
private String firstName;
private String name;
mantener
firstName
para este campo para ser mas explicito.Cambio realizado, esperando para revisión
@ -28,3 +22,1 @@
@OneToMany(fetch = FetchType.EAGER, mappedBy = "employee", cascade = {CascadeType.ALL})
private List<Document> documents;
private Role role;
private String status;
definir un enum con los status ACTIVE, INACTIVE. en vez de usar un String.
Cambio realizado, esperando para revisión