package simrs type Smfsimrs struct { IDsmf string `gorm:"column:id_idsmf" json:"id_smf"` Kodesmf string `gorm:"column:id_kodesmf" json:"kodesmf"` Namasmf string `gorm:"column:nm_namasmf" json:"namasmf"` Stsmf string `gorm:"column:st_smf" json:"stsmf"` }