Update ProdukFarmakologi.java
Perbaikan entity dan persistence untuk pembuatan tabel
This commit is contained in:
parent
284b8849de
commit
1bd960d657
@ -13,7 +13,7 @@ import com.jasamedika.medifirst2000.base.BaseActive;
|
||||
import com.jasamedika.medifirst2000.helper.Caption;
|
||||
|
||||
@Entity
|
||||
@Table(name = "produknakes_m")
|
||||
@Table(name = "produkfarmakologi_m")
|
||||
public class ProdukFarmakologi extends BaseActive {
|
||||
|
||||
@NotNull(message = "Nama Produk tidak boleh kosong")
|
||||
@ -22,7 +22,7 @@ public class ProdukFarmakologi extends BaseActive {
|
||||
private String namaProduk;
|
||||
|
||||
/*
|
||||
* 1-Pelayanan Pasien (Tarif), 2-pelayanan Pasien (Nontarif), 3-Pelayanan
|
||||
* 1-Pelayanan Pasien (Tarif), 2-Pelayanan Pasien (Nontarif), 3-Pelayanan
|
||||
* Nonpasien
|
||||
*/
|
||||
@NotNull(message = "Kode Produk tidak boleh kosong")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user