aozhiwei a9bbad721b 1
2024-06-21 14:56:44 +08:00

15 lines
151 B
Go

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