mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
Extend user dto
This commit is contained in:
@@ -4,5 +4,13 @@ import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class UserDto {
|
||||
private boolean active;
|
||||
private boolean admin;
|
||||
private Long creationDate;
|
||||
private String displayName;
|
||||
private Long lastModified;
|
||||
private String mail;
|
||||
private String name;
|
||||
private String password;
|
||||
private String type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user