package main import ( "hongze/hz_crm_eta/core" ) // @BasePath / func main() { core.RunServe() }