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