fix parentid

This commit is contained in:
dirgantarasiahaan
2023-06-06 13:29:31 +07:00
parent 861b838102
commit 0009d7f9e7
4 changed files with 5 additions and 6 deletions

View File

@@ -31,9 +31,6 @@ public class RksIsi extends BaseEntity {
@Column(name = "parent_id")
private Integer parentId;
@Column(name = "parent")
private String parent;
@Column(name = "nama")
private String nama;

View File

@@ -19,6 +19,7 @@ public class RksIsiResponse extends BaseResponse {
private String nama;
private String bab;
private String subBab;
private String kelompok;
private String urutan;
private Boolean isKontrak;
private Boolean isActive;