release version

This commit is contained in:
2025-10-08 08:26:22 +07:00
parent fc2d9292c2
commit 8094de70cc
61 changed files with 3879 additions and 3395 deletions

View File

@@ -102,3 +102,9 @@ type TableTestPaket struct {
NamaTest string
NamaPaket string
}
type AttachmentFIle struct {
File_AttachmentID int `db:"File_AttachmentID"`
File_AttachmentFileName string `db:"File_AttachmentFileName"`
Link string
}