add api instansi and user management
This commit is contained in:
		| @@ -0,0 +1,23 @@ | ||||
| package com.iconplus.smartproc.model.projection; | ||||
|  | ||||
| public interface InstansiView { | ||||
|  | ||||
|     Long getId(); | ||||
|     void setId(Long id); | ||||
|  | ||||
|     String getInstansi(); | ||||
|     void setInstansi(String instansi); | ||||
|  | ||||
|     String getAlamat(); | ||||
|     void setAlamat(String alamat); | ||||
|  | ||||
|     String getKeterangan(); | ||||
|     void setKeterangan(String keterangan); | ||||
|  | ||||
|     Boolean getIsActive(); | ||||
|     void setIsActive(Boolean isActive); | ||||
|  | ||||
|     Boolean getIsDelete(); | ||||
|     void setIsDelete(Boolean isDelete); | ||||
|  | ||||
| } | ||||
		Reference in New Issue
	
	Block a user