#7 Perfil de Personal Administrativo - Listado de empleados #8
@ -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