penambahan template

This commit is contained in:
2025-07-25 09:40:58 +07:00
parent e976215239
commit 6c23369c06
5 changed files with 85 additions and 24 deletions

View File

@@ -0,0 +1,7 @@
package satu_data
type PoliklinikGetData struct {
ID string `gorm:"column:id" json:"id"`
Nama string `gorm:"column:name" json:"nama"`
Kode string `gorm:"column:kode" json:"kode"`
}