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