mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 14:59:18 +08:00
10 lines
85 B
Go
10 lines
85 B
Go
package webplugin
|
|
|
|
import (
|
|
"gorm.io/gorm"
|
|
)
|
|
|
|
type ModelTenant struct {
|
|
*gorm.DB
|
|
}
|