This commit is contained in:
dirgantarasiahaan
2023-06-03 18:40:21 +07:00
parent 37a06b00f1
commit dbbde49f59
15 changed files with 351 additions and 6 deletions

View File

@@ -35,6 +35,9 @@ public class DrpApproval extends BaseEntity {
@Column(name = "level")
private String level;
@Column(name = "catatan")
private String catatan;
@Column(name = "is_active")
@Type(type = "org.hibernate.type.NumericBooleanType")
private Boolean isActive;