Bulk commit
This commit is contained in:
11
model/mandant.go
Normal file
11
model/mandant.go
Normal file
@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import (
|
||||
"git.kocoder.xyz/kocoded/vt/types"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
type Mandant struct {
|
||||
gorm.Model
|
||||
types.Mandant
|
||||
}
|
||||
Reference in New Issue
Block a user