penambahan validasi

This commit is contained in:
2025-08-12 14:59:47 +07:00
parent f80a9d0f0c
commit 842a106e76
3 changed files with 185 additions and 8 deletions

No files matched your search

+3 -2
View File
@@ -436,8 +436,9 @@ type ResponseDataSPRI struct {
}
type Created struct {
UserCreate string `json:"User_created_surat_kontrol"`
DataCreate string `json:"date_created"`
UserCreate string `gorm:"column:User_created_surat_kontrol" json:"User_created_surat_kontrol"`
DataCreate string `gorm:"column:date_created" json:"date_created"`
TanggalKontrol string `gorm:"column:Tanggal_rencana_kontrol" json:"Tanggal_rencana_kontrol"`
}
type Parse struct {