Update VoucherPaket.java

This commit is contained in:
Salman Manoe 2023-09-03 17:05:51 +07:00
parent 04459e2e20
commit 2d85152ec6

View File

@ -89,6 +89,6 @@ public class VoucherPaket extends BaseTransaction {
@Column(name = "lastpegawaifk", insertable = false, updatable = false)
private Integer pegawaiId;
@Column(name = "lastmodifiedtime")
@Column(name = "tglmodified")
private Date modifiedDate;
}