refactor approve status

This commit is contained in:
dirgantarasiahaan
2023-05-29 15:29:38 +07:00
parent 3907377492
commit bab3a7a3d9
11 changed files with 10 additions and 20 deletions

View File

@@ -34,9 +34,6 @@ public class DrpDokumen extends BaseEntity {
@Column(name = "keterangan")
private String keterangan;
@Column(name = "file")
private byte[] file;
@Column(name = "is_active")
@Type(type = "org.hibernate.type.NumericBooleanType")
private Boolean isActive;