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

@@ -23,6 +23,12 @@ public class DrpRekomendasi extends BaseEntity {
@Column(name = "id")
private Long id;
@Column(name = "drp_id")
private Long drpId;
@Column(name = "user_id")
private Long userId;
@Column(name = "jenis_pengadaan_id")
private Long jenisPengadaanId;