aozhiwei 7affbd8c60 1
2024-07-12 17:17:13 +08:00

12 lines
137 B
Go

package service
type serviceMgr struct {
}
func (this *serviceMgr) Init() {
BcCurrency.init()
}
func (this *serviceMgr) UnInit() {
}