step 1 : autocomplete multi select (di hold)

This commit is contained in:
sindhu
2024-05-28 08:11:00 +07:00
parent 219600fc7f
commit 26a10eb0df
8 changed files with 1166 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package models
type XsampleT_Test struct {
T_TestID int `db:"T_TestID"`
T_TestCode string `db:"T_TestCode"`
T_TestName string `db:"T_TestName"`
}