omv intergration

This commit is contained in:
2024-07-03 17:58:27 +07:00
parent f0d6780c12
commit dd3a9ebea4
8 changed files with 281 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ package model
import "time"
//Soon to be removed
// Soon to be removed
type UserDBModel struct {
Id int `gorm:"column:id;primary_key" json:"id"`
Username string `json:"username"`