package model import "TenantServe/app/common/model" type SysConfig struct { *model.SysConfig } func NewSysConfig() *SysConfig { return &SysConfig{} }