add nama paket di tabel daftar peserta

This commit is contained in:
2024-08-08 16:20:53 +07:00
parent 02d5f2e39e
commit 19e3269a6a
8 changed files with 174 additions and 92 deletions

View File

@@ -14,6 +14,7 @@ type ModelMcuDaftarPeserta struct {
Age string `db:"age"`
AuthPatientEmail string `db:"authPatientEmail"`
AuthPatientIsActive string `db:"authPatientIsActive"`
Nama_Paket string `db:"nama_paket"`
}
type SoResultEntryReportModel struct {