15 lines
151 B
Go
15 lines
151 B
Go
package mt
|
|
|
|
import (
|
|
"f5"
|
|
"mtb"
|
|
)
|
|
|
|
type BcEventDb struct {
|
|
mtb.BcEventDb
|
|
}
|
|
|
|
type BcEventDbTable struct {
|
|
f5.IdMetaTable[BcEventDb]
|
|
}
|