add get pengadaan by id

This commit is contained in:
dirgantarasiahaan
2023-05-31 15:40:38 +07:00
parent 6deddb3f15
commit 0257931552
11 changed files with 233 additions and 34 deletions

View File

@@ -22,6 +22,9 @@ public class DrpPengadaanDokumen extends BaseEntity {
@Column(name = "id")
private Long id;
@Column(name = "drp_pengadaan_id")
private Long drpPengadaanId;
@Column(name = "drp_id")
private Long drpId;