package api import ( "gitee.com/lansexiongdi/ymt/core" ) type Service struct { *core.Core }