Update model entity
Penambahan field persen diskon sayatan
This commit is contained in:
parent
f5db5d61e9
commit
14e6be97ac
@ -61,6 +61,10 @@ public class PelayananPasienDetail extends MedicalRecordTransaction {
|
||||
@Column(columnDefinition = "numeric(6,2)")
|
||||
@Caption("Persen Diskon")
|
||||
private BigDecimal persenDiskon;
|
||||
|
||||
@Column(columnDefinition = "numeric(6,2)")
|
||||
@Caption("Persen Diskon Sayatan")
|
||||
private BigDecimal persenDiskonSayatan;
|
||||
|
||||
@Caption(value = "Harga Discount")
|
||||
@Column(name = "hargaDiscount")
|
||||
|
||||
@ -65,6 +65,9 @@ public class PelayananPasienDetailVO extends BaseTransactionVO {
|
||||
@Caption("Persen Diskon")
|
||||
private String persenDiskon;
|
||||
|
||||
@Caption("Persen Diskon Sayatan")
|
||||
private String persenDiskonSayatan;
|
||||
|
||||
@Caption(value = "Nilai Normal")
|
||||
private Boolean nilaiNormal;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user