mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2026-08-30 17:20:58 +08:00
10 lines
85 B
Go
10 lines
85 B
Go
package webplugin
|
|
|
|
import (
|
|
"gorm.io/gorm"
|
|
)
|
|
|
|
type ModelTenant struct {
|
|
*gorm.DB
|
|
}
|