fix insert daftar jadwal dokter

This commit is contained in:
2024-09-24 11:45:22 +07:00
parent d39d254be8
commit 41a622fda4
11 changed files with 172 additions and 30 deletions

View File

@@ -4,4 +4,4 @@ type DaftarSpesialis struct {
ID int `json:"id"`
Kode string `json:"Kode"`
Spesialis string `json:"Spesialis"`
}
}