inisialisasi kembali
This commit is contained in:
@@ -1,22 +1,8 @@
|
||||
package org.sadigit.model.dto;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
public record AppUserDTO(
|
||||
Boolean status,
|
||||
String message,
|
||||
UserDTO user) {
|
||||
|
||||
@Builder(toBuilder = true)
|
||||
@Setter
|
||||
@Getter
|
||||
public class AppUserDto {
|
||||
private String address;
|
||||
private String nip;
|
||||
private String phone;
|
||||
private int positionid;
|
||||
private String isactive;
|
||||
private String mobile;
|
||||
private int unitid;
|
||||
private int userid;
|
||||
private String employeename;
|
||||
private String email;
|
||||
private String username;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user