fix total pengadaan in response

This commit is contained in:
dirgantarasiahaan
2023-06-05 13:58:30 +07:00
parent d30a8ca6be
commit b648b3d7bf
4 changed files with 10 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ public class GetListDrpService implements BaseService<DrpRequest, GetListDrpResp
.tahun(drpView.getTahun())
.approveStatus(drpView.getApproveStatus())
.approveDate(drpView.getApproveDate())
.totalPengadaan(drpView.getTotalPengadaan())
.isActive(drpView.getIsActive())
.isDelete(drpView.getIsDelete())
.build();