2024-08-03 14:37:54 +08:00

15 lines
130 B
Go

package mt
import (
"f5"
"main/mtb"
)
type ConfDb struct {
mtb.ConfDb
}
type ConfDbTable struct {
f5.IdMetaTable[ConfDb]
}