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

@@ -26,6 +26,7 @@ public class UsersRequest extends BaseRequest {
private Long roleId;
private String role;
private String email;
private String telepon;
private Boolean isActive;
private String search;
private transient Pageable pageable;