fix total pengadaan in response
This commit is contained in:
@@ -23,6 +23,10 @@ public interface DrpView {
|
||||
Date getPrintDate();
|
||||
void setPrintDate(Date printDate);
|
||||
|
||||
Integer getTotalPengadaan();
|
||||
void setTotalPengadaan(Integer totalPengadaan);
|
||||
|
||||
|
||||
Boolean getIsActive();
|
||||
void setIsActive(Boolean isActive);
|
||||
|
||||
|
@@ -20,6 +20,7 @@ public class DrpResponse extends BaseResponse {
|
||||
private Date approveDate;
|
||||
private Boolean isActive;
|
||||
private Boolean isDelete;
|
||||
private Integer totalPengadaan;
|
||||
|
||||
private List<DrpDokumenResponse> dataDrpDokumen;
|
||||
|
||||
|
Reference in New Issue
Block a user