add bidang api

This commit is contained in:
dirgantarasiahaan
2023-05-24 14:00:01 +07:00
parent 62ccecb214
commit a2a23fd71c
12 changed files with 374 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ public class Bidang extends BaseEntity {
@Column(name = "id")
private Long id;
@Column(name = "instansi_id")
private Long instansiId;
@Column(name = "bidang")
private String bidang;