approval
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
package com.iconplus.smartproc.model.projection;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
public interface DrpRekomendasiView {
|
||||
|
||||
Long getId();
|
||||
void setId(Long id);
|
||||
|
||||
String getNomorRkp();
|
||||
void setNomorRkp(String nomorRkp);
|
||||
|
||||
|
||||
String getNamaPengadaan();
|
||||
void setNamaPengadaan(String namaPengadaan);
|
||||
|
||||
String getApproval();
|
||||
void setApproval(String approval);
|
||||
|
||||
Boolean getStatus();
|
||||
void setStatus(Boolean status);
|
||||
|
||||
|
||||
// Date approveDate;
|
||||
// Date rekomendasiDate;
|
||||
// String rekomendasi;
|
||||
}
|
Reference in New Issue
Block a user