pointing sindiglive

This commit is contained in:
dirgantarasiahaan
2023-06-02 14:40:12 +07:00
parent f842852813
commit 5be630964f
13 changed files with 185 additions and 27 deletions

View File

@@ -18,6 +18,7 @@ public class DrpApprovalRequest extends BaseRequest {
private Long drpId;
private Long approverUserId;
private String level;
private Long jenisPengadaanId;
private String search;
private transient Pageable pageable;

View File

@@ -16,9 +16,12 @@ public class DrpRekomendasiRequest extends BaseRequest {
private Long id;
private Long drpApprovalId;
private Long userId;
private Long drpId;
private Long jenisPengadaanId;
private String rekomendasi;
private Date rekomendasiDate;
}