fix crud user
This commit is contained in:
@@ -10,6 +10,7 @@ public interface UserRoleView {
|
||||
String getInstansi();
|
||||
Long getBidangId();
|
||||
String getBidang();
|
||||
Long getJabatanId();
|
||||
String getJabatan();
|
||||
Boolean getIsActive();
|
||||
String getPassword();
|
||||
@@ -25,6 +26,7 @@ public interface UserRoleView {
|
||||
void setInstansi(String instansi);
|
||||
void setBidangId(Long bidangId);
|
||||
void setBidang(String bidang);
|
||||
void setJabatanId(Long jabatanId);
|
||||
void setJabatan(String Jabatan);
|
||||
void setIsActive(Boolean isActive);
|
||||
void setPassword(String password);
|
||||
|
Reference in New Issue
Block a user