add listing lab

This commit is contained in:
Hanan Askarim
2024-06-13 17:53:17 +07:00
parent c9d0a93930
commit 6479f4f44d
8 changed files with 809 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package models
type ModelKesimpulanLab struct {
Nomor string `db:"nomor"`
Test string `db:"Test"`
Total string `db:"total"`
}