Update UserLogging.java
Penambahan relasi jenis log
This commit is contained in:
parent
28e45f1f65
commit
3c3cc66d28
@ -52,4 +52,9 @@ public class UserLogging extends BaseMaster {
|
|||||||
@Column(name = "keterangan", length = 200)
|
@Column(name = "keterangan", length = 200)
|
||||||
@Caption(value = "Keterangan")
|
@Caption(value = "Keterangan")
|
||||||
private String keterangan;
|
private String keterangan;
|
||||||
|
|
||||||
|
@ManyToOne(fetch = LAZY)
|
||||||
|
@JoinColumn(name = "jenislogfk")
|
||||||
|
@Caption(value = "Jenis Log FK")
|
||||||
|
private JenisLog jenisLogFk;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user