refactor approve status
This commit is contained in:
@@ -27,9 +27,8 @@ public class Drp extends BaseEntity {
|
||||
@Column(name = "tahun")
|
||||
private Integer tahun;
|
||||
|
||||
@Column(name = "is_approve")
|
||||
@Type(type = "org.hibernate.type.NumericBooleanType")
|
||||
private Boolean isApprove;
|
||||
@Column(name = "approve_status")
|
||||
private String approveStatus;
|
||||
|
||||
@Column(name = "approve_date")
|
||||
private Timestamp approveDate;
|
||||
|
Reference in New Issue
Block a user