game2006go/server/backtask/mt/BcEventDb.go
aozhiwei a62220e3b9 1
2024-06-21 14:59:34 +08:00

15 lines
151 B
Go

package mt
import (
"f5"
"mtb"
)
type BcEventDb struct {
mtb.BcEventDb
}
type BcEventDbTable struct {
f5.IdMetaTable[BcEventDb]
}