#7 Perfil de Personal Administrativo - Listado de empleados (CORRECCIONES)
This commit is contained in:
parent
ba57c7a5a9
commit
6fe875d062
@ -17,7 +17,7 @@ import java.util.List;
|
|||||||
@NoArgsConstructor
|
@NoArgsConstructor
|
||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
public class Employee extends BaseEntity {
|
public class Employee extends BaseEntity {
|
||||||
private String name;
|
private String firstName;
|
||||||
private String lastName;
|
private String lastName;
|
||||||
private String status;
|
private enum status { ACTIVE, INACTIVE};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user