fix telepon and init lupas

This commit is contained in:
dirgantarasiahaan
2023-05-29 19:19:25 +07:00
parent bab3a7a3d9
commit 431ad60bdb
32 changed files with 328 additions and 47 deletions

View File

@@ -28,6 +28,7 @@ public class UsersResponse extends BaseResponse {
private String role;
private String email;
private String telepon;
private Boolean isActive;
private Boolean isDelete;
}