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