udpate code

This commit is contained in:
2024-09-23 08:16:30 +07:00
parent 09224ae2db
commit f29ba21c97
32 changed files with 1126 additions and 1361 deletions

View File

@@ -0,0 +1,7 @@
package dokter
type DaftarSpesialis struct {
ID int `json:"id"`
Kode string `json:"Kode"`
Spesialis string `json:"Spesialis"`
}