Update entity
Perubahan data type persen untuk nilai desimal
This commit is contained in:
parent
44b3978e3b
commit
5b926e6b81
@ -40,7 +40,7 @@ public class Sayatan extends BaseMaster implements Serializable {
|
||||
|
||||
@Column(name = "jumlah_persen")
|
||||
@Caption(value = "Jumlah Persen")
|
||||
private Integer persen;
|
||||
private Double persen;
|
||||
|
||||
@ManyToOne(fetch = LAZY)
|
||||
@JoinColumn(name = "objectpegawaifk")
|
||||
|
||||
@ -23,7 +23,7 @@ public class SayatanVO extends BaseMasterVO {
|
||||
private Integer urutan;
|
||||
|
||||
@Caption(value = "Jumlah Persen")
|
||||
private Integer persen;
|
||||
private Double persen;
|
||||
|
||||
@Caption(value = "Pegawai")
|
||||
private PegawaiVO pegawai;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user