fix insert daftar jadwal dokter
This commit is contained in:
11
models/dokter/dokter.go
Normal file
11
models/dokter/dokter.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package dokter
|
||||
|
||||
type DaftarDokter struct {
|
||||
ID string `gorm:"column:id" json:"id"`
|
||||
HfisCode string `gorm:"column:HFIS_code" json:"HFIS_code"`
|
||||
}
|
||||
|
||||
type DaftarDokterRes struct {
|
||||
ID string `gorm:"column:id" json:"id"`
|
||||
HfisCode int `gorm:"column:HFIS_code" json:"HFIS_code"`
|
||||
}
|
||||
@@ -4,4 +4,4 @@ type DaftarSpesialis struct {
|
||||
ID int `json:"id"`
|
||||
Kode string `json:"Kode"`
|
||||
Spesialis string `json:"Spesialis"`
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user