ymt/api/service.go

10 lines
96 B
Go

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