lengkap belum account

This commit is contained in:
2025-05-15 13:45:45 +07:00
parent 1fb1caaf19
commit fd30463082
28 changed files with 1571 additions and 639 deletions
+8
View File
@@ -0,0 +1,8 @@
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"`
}